goldbeef/wzip
Wzip is a block-sorting compressor , based on Burrows-Wheeler transform (BWT) , wavelet tree , run-length code . Its compression ratio is very good and close to bzip2 for most files except for audio and video files . Its compression speed is much faster than bzip2 even in single-thread workstate ,and while in multi-thread workstate it will be much faster.
C++GPL-2.0