wzip is a block-sorting compressor,based on BWT tranformation, wavelte tree, run-length code.Its compression ratio is very good and close to bzip2 for most files except for radio and video file. Its compression speed is much faster than bzip2 even in single-thread workstate ,and while in multi-thread workstate it will be more faster.
NAMEwzip is a block-sorting file compressor based on BWT,wavelet tree,run-legnth code. version 1.0 .SYNOPSISfor compression:wzip -c [-b blksize] [-e treetype] [-g node] [-k] [-f] [-p #thread] [-v verbose] filenamefor decompress:wzip -d [-k ] [ -f ] [-v verbose ] filenamefor help information:wzip -hfor license:wzip -LOPTIONS-b blockSiz100kwhile compressing file, we need set the block size of BWT with blockSiz100k. you can set blockSiz100k with 1,2..9,and the real BWT block size will be 100000,...900000 bytes. By default, we set the blockSiz100k 9.-clet wzip works wtih compression state for compressing file-dlet wzip works with decompression state for decompressing file-e treeTypeselect the kind of wavelet tree , like huffman tree ,balanced tree, hu-tacker tree with treeType 1 ,2,3,separately.By default,we set the treeType 3.-g nodeCodeTo select the code format of the wavelet tree node, like run-length gamma,run-length delta with nodeCode 1,2, separately.By default, we set the nodeCode 1.-fforce overwrite of output files. Normally, wzip will not overwrite existing output files.-kdo not delete the input file.-p #threadset the number of threads while compressing file,you can set the value 1,2 4.Noraml the larger #thread is ,the faster wzip will be.By default,we set the #thead 2.-hprint the use manual of the wzip.-v verboseverbose mode will show the compression ratio for each file processed and real time.You can set vorvose 0,1,2.By default,wo set the verbose 0.-LDisplay the software version, license terms and conditions.DESTRIPTONwzip is a block-sorting compressor,based on BWT tranformation, wavelte tree, run-length code.Its compression ratio is very goodand close to bzip2 for most files except for radio and video file.Its compression speed is much faster than bzip2 even in single-thread workstate ,and while in multi-thread workstate it will be more faster.AUTHORgoldbeef (goldbeef@163.com) ,xidian university ,CHINA.
看了将近30篇论文,作为硕士毕业设计的一部分,开发了wzip这个数据压缩软件,和大家分享下,欢迎大家使用!
github : https://github.com/goldbeef/wzip/

wzip是一款基于BWT变换、波形树和游程编码的块排序压缩工具,压缩比接近bzip2,尤其适用于大多数非音视频文件。相较于bzip2,wzip在单线程或多线程状态下拥有更快的压缩速度。
889

被折叠的 条评论
为什么被折叠?



