You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is not an LZ4 Codec. There is a Blosc Codec that can use LZ4. However there is value in having a LZ4 Codec in its own right as this is a common compressor.
Note: This could be an extension.
The text was updated successfully, but these errors were encountered:
Seems reasonable. Note that there are actually 2 lz4 formats, the lower-level "block" format and the higher-level "frame" format. The lz4 command-line tool only supports the frame format. blosc lz4 uses the "block" format. numcodecs lz4 uses the "block" format.
Currently there is not an LZ4 Codec. There is a Blosc Codec that can use LZ4. However there is value in having a LZ4 Codec in its own right as this is a common compressor.
Note: This could be an extension.
The text was updated successfully, but these errors were encountered: