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 high compression #5

Open
sky93 opened this issue Jun 12, 2018 · 3 comments
Open

LZ4 high compression #5

sky93 opened this issue Jun 12, 2018 · 3 comments

Comments

@sky93
Copy link

sky93 commented Jun 12, 2018

How to do high compression (-9) when using compress function?

@jchv
Copy link
Contributor

jchv commented Jun 13, 2018

So, LZ4-HC is actually an entirely different search algorithm to normal LZ4 compression, which (at least here) just uses a very simplistic matching algorithm. We would need to port the LZ4-HC search algorithm to be able to support it, unfortunately. Pull requests welcome.

@L3P3
Copy link

L3P3 commented Jan 29, 2023

But LZ4-HC decompression is supported, right?

So it would be a great way to pack stuff at bundle time and decompress it in the client.

@jchv
Copy link
Contributor

jchv commented Jan 29, 2023

Believe so. There might be better lz4 libraries out there nowadays though, depending on your use case.

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

3 participants