EncodedArrays.jl

Arrays with encoded/compressed internal data representation for Julia
Author oschulz
Popularity
3 Stars
Updated Last
11 Months Ago
Started In
May 2019

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