zstd/contrib/adaptive-compression
2017-07-19 09:43:17 -07:00
..
adapt.c added additional print for help menu 2017-07-19 09:43:17 -07:00
datagencli.c added some tests for correctness, time, and compression ratio 2017-07-13 13:50:23 -07:00
Makefile added some tests for correctness, time, and compression ratio 2017-07-13 13:50:23 -07:00
README.md setting up basic readme 2017-07-18 13:31:02 -07:00
test-correctness.sh changed test cases to use -s setting on the diffs 2017-07-18 12:58:50 -07:00
test-performance.sh updated tests to use different seeds when executing different tests 2017-07-14 16:29:29 -07:00

ZSTD_adapt is a compression tool targeted at optimizing performance across network connections. The tool aims at sensing network speeds and adapting compression level based on network or pipe speeds. In many scenarios, using ZSTD without a properly adjusted compression level results in a pipe bottleneck, or a compressed file that could have been reduced in size.