Github user maropu commented on the issue:
https://github.com/apache/incubator-hivemall/pull/51
`blosc` provides random access (of course, you can read data from the head
to the end) on compressed data though, there is no java wrapper in the
official: http://blosc.org/. As another option, you can use bitshuffle + snappy
in `snappy-java` (this is not differential coding though). But, in this case,
you need to write a bit code to compress data block-by-block by yourself. Then,
you could access the compressed data from the head block-by-block. That is, my
answer is that AFAIK there is no existing library for your case.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---