lzbench

lzbench 是开源 LZ77/LZSS/LZMA 压缩器的内存基准测试。「lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors」

Github星跟踪图

Introduction

lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors. It joins all compressors into a single exe.
At the beginning an input file is read to memory.
Then all compressors are used to compress and decompress the file and decompressed file is verified.
This approach has a big advantage of using the same compiler with the same optimizations for all compressors.
The disadvantage is that it requires source code of each compressor (therefore Slug or lzturbo are not included).

主要指标

概览
名称与所有者inikep/lzbench
主编程语言C
编程语言Makefile (语言数: 21)
平台Linux, Mac, Windows
许可证Other
所有者活动
创建于2015-10-31 14:41:09
推送于2025-04-21 22:23:21
最后一次提交2025-04-22 00:23:21
发布数20
最新版本名称v2.0.1 (发布于 )
第一版名称v0.7.1 (发布于 )
用户参与
星数0.9k
关注者数40
派生数192
提交数521
已启用问题?
问题数95
打开的问题数12
拉请求数68
打开的拉请求数1
关闭的拉请求数31
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?