Compression formats with good support for random access within archives?

前端 未结 13 2371
滥情空心
滥情空心 2020-11-27 11:45

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 som

13条回答
  •  温柔的废话
    2020-11-27 12:25

    razip supports random access with better performance than gzip/bzip2 which have to be tweaked for this support - reducing compression at the expense of "ok" random access:

    http://sourceforge.net/projects/razip/

提交回复
热议问题