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 support for lz4 compression #34

Closed
anatol opened this issue Feb 20, 2021 · 2 comments
Closed

Add support for lz4 compression #34

anatol opened this issue Feb 20, 2021 · 2 comments

Comments

@anatol
Copy link
Owner

anatol commented Feb 20, 2021

Per comments at reddit lz4 compression is quite popular for modules and image compression. Booster should be able to handle this compression algorithm as well.

@anatol
Copy link
Owner Author

anatol commented Mar 16, 2021

It turns out that the lz4 library does not support legacy format needed for Linux kernel.

@anatol
Copy link
Owner Author

anatol commented Mar 18, 2021

Here is a pull request that implements the lz4 legacy format writer pierrec/lz4#118

@anatol anatol closed this as completed in a4ea5b0 Mar 19, 2021
anatol added a commit that referenced this issue Mar 20, 2021
Kernel needs "legacy lz4 frame format" that got implemented here
pierrec/lz4#118

Closes #34
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

No branches or pull requests

1 participant