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
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.
How to do high compression (
-9
) when using compress function?The text was updated successfully, but these errors were encountered: