GitXplorerGitXplorer
o

compression-testing

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
66f86e62d6a75c419ab42f0ae35439c3aa5ac7cf

Update README.md

ooyvindln committed 7 years ago
Unverified
b3ce21e7dae8897830d375991ee7c4cc704237a6

Update for flate2 1.0

ooyvindln committed 7 years ago
Unverified
a575d7a560266a21789d5fc448e4f7062d529198

add compression comparison

ooyvindln committed 8 years ago
Unverified
cfb749f87b8099af285c758935cab2b7296052d4

Add decompression comparison

ooyvindln committed 8 years ago
Unverified
84da173104796cb8e7d8e6592ab5ef499ccb0bd8

Specify more stuff on command line

ooyvindln committed 8 years ago
Unverified
5adc786bba94af93bf1bab73e70f867723dff50d

Fix compile issue

ooyvindln committed 8 years ago

README

The README file for this repository.

compression-testing

Tool written origintally to test the deflate, but now has functionality to compare several crates that do deflate compression/decompression.

Usage:

Compare compression efficiency and speed of raw deflate encoding using the default compression level:

cargo run --release -- -c /path/to/directory/or/file/to/test

Compare decompression speed

cargo run --release -- -d /path/to/directory/or/file/to/test

Additionally, the -t <type> switch, where type is either zlib or gzip can be used to compare compression/decompression with a zlib or gzip wrapper respectively.