简体   繁体   中英

Can we reduce bzip2 block size lower than 100KB?

Currently bzip2 uses the smallest block size for compression and decompression of 100KB (parameter -1). Can we reduce the block size easily in bzip, without deteriorating the performance much?

Is there any other implementation of bzip2 which does the same?

In this case I'd use the parallel version of bzip2 . It's compatible with the original bzip2 and it really does speed things up tremendously.

http://compression.ca/pbzip2/

You can then change the block size and you performance is still likely to beat the non parallel bzip2 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM