luben / zstd-jni

JNI binding for Zstd
Other
809 stars 165 forks source link

Add Seekable Compressor (Random Access) #266

Open lechiefe opened 1 year ago

lechiefe commented 1 year ago

Hi, I was wondering how hard it would be to add the seekable functionality that was added to /contrib (https://github.com/sean-purcell/zstd/tree/splittable/contrib/seekable_format) ?

I am currently using a Gzip extension called dictzip which allows for random access, but trying to switch over to zstd.

Thanks!