Compression formats with good support for random access within archives?
问题 This is similar to a previous question, but the answers there don\'t satisfy my needs and my question is slightly different: I currently use gzip compression for some very large files which contain sorted data. When the files are not compressed, binary search is a handy and efficient way to support seeking to a location in the sorted data. But when the files are compressed, things get tricky. I recently found out about zlib\'s Z_FULL_FLUSH option, which can be used during compression to