aboutsummaryrefslogblamecommitdiff
path: root/archivers/c-blosc/pkg-descr
blob: a3d3302dc38525cc712826721cd7f437bec8e18d (plain) (tree)
1
2
3
4
5
6





                                                                         
Blosc is a high performance compressor optimized for binary data.
It has been designed to transmit data to the processor cache faster
than the traditional, non-compressed, direct memory fetch approach
via a memcpy() OS call. Blosc is the first compressor (that I'm aware of)
that is meant not only to reduce the size of large datasets on-disk or
in-memory, but also to accelerate memory-bound computations.