salz:SALZ-基于后缀数组的Lempel-Ziv数据压缩器

时间:2021-04-06 15:26:13
【文件属性】:
文件名称:salz:SALZ-基于后缀数组的Lempel-Ziv数据压缩器
文件大小:9KB
文件格式:ZIP
更新时间:2021-04-06 15:26:13
C SALZ-基于后缀数组的Lempel-Ziv数据压缩器 建造 git clone --recurse-submodules https://github.com/akiutoslahti/salz.git cd salz mkdir build cd build cmake .. make 程式 bench_block 具有可变块大小的基准后缀排序和LZ77分解。 用法 需要将块大小指定为log2大小,以确保块大小为2的幂。 Usage: ./programs/bench_block [file] [log2_min_bs] [log2_max_bs] [target] file Filepath log2_min_bs Log2 of minimum block size log2_max_bs Log2 of maximum
【文件预览】:
salz-main
----.gitmodules(118B)
----3rdparty()
--------libdivsufsort()
--------CMakeLists.txt(221B)
----programs()
--------common.h(515B)
--------bench_block.c(5KB)
--------bench_block_plt.py(2KB)
--------salzcli.c(394B)
--------CMakeLists.txt(297B)
----include()
--------salz.h(483B)
----LICENSE(1KB)
----.gitignore(23B)
----CMakeLists.txt(238B)
----lib()
--------salz.c(2KB)
--------CMakeLists.txt(284B)
----README.md(2KB)

网友评论