lzbench

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

Github stars Tracking Chart

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).

Overview

Name With Ownerinikep/lzbench
Primary LanguageC
Program languageMakefile (Language Count: 13)
PlatformLinux, Mac, Windows
License:
Release Count17
Last Release Namev1.8.1 (Posted on )
First Release Namev0.7.1 (Posted on )
Created At2015-10-31 14:41:09
Pushed At2024-03-22 22:27:27
Last Commit At2023-08-28 00:18:11
Stargazers Count846
Watchers Count42
Fork Count177
Commits Count383
Has Issues Enabled
Issues Count80
Issue Open Count33
Pull Requests Count41
Pull Requests Open Count14
Pull Requests Close Count13
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top