Skip to content
Miguel de Val-Borro edited this page Oct 16, 2014 · 1 revision

Support for compression algorithms

(miguel)

Users may need to store datasets using lossless compression of the data, like the Rice compression algorithm. Tools that are used to read/write the data will use standard libraries to automatically decompress/compress data during the loading process. It may be desirable to use various lossless or lossy compression coders for different types of data.

Clone this wiki locally