Skip to content

Arrays with encoded/compressed internal data representation for Julia

License

Notifications You must be signed in to change notification settings

oschulz/EncodedArrays.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EncodedArrays.jl

Documentation for stable version Documentation for development version License Build Status Codecov

EncodedArrays provides an API for arrays that store their elements in encoded/compressed form. This package is meant to be lightweight and only implements a simple codec VarlenDiffArrayCodec. As codec implementations are often complex and have various dependencies, more advanced codecs should be implemented in separate packages.

Documentation