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
@epourmal says that the LZ4 filter is not a direct LZ4 compression filter, but instead adds extra bytes to the buffer, which makes it difficult to extract chunks and decompress them directly.
The text was updated successfully, but these errors were encountered:
I suggest supporting the standard frame format by checking for the little endian magic key, 0x184D2204 as documented in the frame format above. While it is possible that these four bytes could be part of an 8-byte big endian integer value indicating a very large chunk on the order of 0x04224d1800000000, a few hundred exabytes, I think it may be possible to employ some heuristics to distinguish these two possibilities.
@epourmal says that the LZ4 filter is not a direct LZ4 compression filter, but instead adds extra bytes to the buffer, which makes it difficult to extract chunks and decompress them directly.
The text was updated successfully, but these errors were encountered: