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

LZ4 Support #2

Merged
merged 10 commits into from
Apr 25, 2020
Merged

LZ4 Support #2

merged 10 commits into from
Apr 25, 2020

Conversation

adam-fowler
Copy link
Owner

Add support for LZ4 compression

Got non-streaming version working
Although I am concerned the streaming inflate might be accessing random memory. Need to verify this. LZ4 decompression/compression has the restriction that you have to decompress the data in the same structure that you compressed it. So a stream of 8 blocks cannot be decompressed as a single block.
With lz4 license details
This is a block of compressed data which is produced unexplained results
Also changed tests to ensure we are deleting old data
@adam-fowler adam-fowler merged commit bd6713d into master Apr 25, 2020
@adam-fowler adam-fowler deleted the lz4 branch April 25, 2020 16:51
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