Skip to content

Initial support for Blosc compression

Podhorszki, Norbert requested to merge github/fork/williamfgc/blosc into master

Created by: williamfgc

Addressing #1486 Not yet tested:

  1. multithread support
  2. noshuffling
  3. data > 2Gb (seems not supported by blosc as it returns an int for the compressed size), will implement a loop in the future.

Merge request reports