Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warning about LZ4FastCompressor and LZ4HCCompressor #45

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

nhz2
Copy link
Member

@nhz2 nhz2 commented Feb 1, 2024

Add the warning from https://github.com/lz4/lz4/blob/dev/examples/blockStreaming_doubleBuffer.md

The format used by these compressors is platform-specific, so they should never be used to archive data.

As noted in lz4/lz4#1318 (comment) and https://github.com/lz4/lz4/blob/dev/examples/blockStreaming_doubleBuffer.md this is a very advanced API, intended for systems with limited memory, and I'm not sure we should support these in this package.

@nhz2 nhz2 merged commit 0536b47 into master Feb 2, 2024
5 of 6 checks passed
@nhz2 nhz2 deleted the nhz2-patch-1 branch February 2, 2024 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant