Comment on Blosc – A high performance compressor optimized for binary dataComments−waatels6yThis look amazing. The application looks so diverse ! Can someone know if it can be applied on msgpack ?−profquail6yNot generally, no. blosc is geared towards “rectangular” data — that is, a C-style array of int, double, or some struct type.
Comments
This look amazing. The application looks so diverse ! Can someone know if it can be applied on msgpack ?
Not generally, no. blosc is geared towards “rectangular” data — that is, a C-style array of int, double, or some struct type.