]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
setting up basic readme
authorPaul Cruz <paulcruz74@fb.com>
Tue, 18 Jul 2017 20:31:02 +0000 (13:31 -0700)
committerPaul Cruz <paulcruz74@fb.com>
Tue, 18 Jul 2017 20:31:02 +0000 (13:31 -0700)
contrib/adaptive-compression/README.md [new file with mode: 0644]

diff --git a/contrib/adaptive-compression/README.md b/contrib/adaptive-compression/README.md
new file mode 100644 (file)
index 0000000..1d26133
--- /dev/null
@@ -0,0 +1,2 @@
+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.