-
Notifications
You must be signed in to change notification settings - Fork 37
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
Update lz4 and zstd version? #46
Comments
Hi @carlomedas I know you are probably focused on different projects. Is there any chance that you will give some hint how to update? |
I'll see if we can make it become a Fing company github project so we can maintain officially here, as I'm kind of out of personal time for this. The problem in updating is not putting latest libraries, which is very fast, unless interface headers changed signatures, but more problematic point is to build the library on all platforms before releasing a new version, as I don't have any more all build VM's. Last point: even by updating libraries, binary compressed data is not going to change, so you can start using it today and when there is updated version you can switch seamlessly. |
Thank you very much for effort.
That's what I am afraid of, that interfaces changed after that many years.
I tried ZSTD and it needs lot more memory (20-30%) than other compressions (GZIP, LZ4, SNAPPY) so I am not sure if its nature of algorithm or it's just old version where they didn't focus on memory consumption. But compression ratio is the best. |
Let me confirm we are progressing on that. 4mc has been transferred to Fing company and we will make sure to keep it up to date. |
Once again, thanks. :) looking forward for updates. |
Stay tuned, new release should be coming this week. |
Done by @noodlesbad ! |
Hi, I was looking for some backported codecs to hadoop 2.7 and your amazing work just did what I was looking for.
I noticed project versions are:
zstd: 1.0.1 (4 years old)
lz4: 1.3.0 (6 years old)
Would it be please possible to upgrade it?
I would help, but I am no expert in JNI.
The text was updated successfully, but these errors were encountered: