What do you think?
-+ Tatu +-
ps. I might be able to take current embedded V LZF codec and get
actual measurements using jvm-compress-benchmark as well, to get exact
numbers
--
You received this message because you are subscribed to the Google Groups "project-voldemort" group.
To post to this group, send email to project-...@googlegroups.com.
To unsubscribe from this group, send email to project-voldem...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/project-voldemort?hl=en.
Correct. I believe Snappy codecs also have block-based alternatives as well.
-+ Tatu +-
Yes, some performance optimizations have been added since original LZF
codec was added (and from the first ning compress versions).
For what it is worth, throuhgput increase seems to be around +10% for
compression (modest but measurable), and +75% for decompression. I
will still need to see how much performance depends on usage of
Sun.misc.unsafe (LZF codec comes with two variants; this, and
"vanilla" which only uses basic array access), which matters quite a
bit for decompression speed.
-+ Tatu +-
- af
+ 1, Would welcome and merge a patch contribution this.
- af
> --
> You received this message because you are subscribed to the Google Groups
> "project-voldemort" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/project-voldemort/-/EXxFJW4Vk_kJ.
Go ahead and push to master, or if you prefer, I can do this for you.