richgel999 / lzham_codec

Lossless data compression codec with LZMA-like ratios but 1.5x-8x faster decompression speed, C/C++
Other
695 stars 71 forks source link

Easily Seekable? #23

Open kamathln opened 7 years ago

kamathln commented 7 years ago

(Not strong about compression algorithms) How easily seekable is the output? Can this be used as a wrapper around a read-only disk image?