From 24d5368f7f2cf53660c87169e341508ec39694b4 Mon Sep 17 00:00:00 2001 From: Moinak Ghosh Date: Wed, 5 Dec 2012 00:12:29 +0530 Subject: [PATCH] Update README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7886a43..4276d04 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,11 @@ NOTE: The option "libbsc" uses Ilya Grebnov's block sorting compression library '-L' - Enable LZP pre-compression. This improves compression ratio of all algorithms with some extra CPU and very low RAM overhead. Using delta encoding in conjunction with this may not always be beneficial. + However Adaptive Delta Encoding is beneficial along with this. + + '-P' - Enable Adaptive Delta Encoding. This implies '-L' as well. It improves + compresion ratio further at the cost of more CPU overhead. + '-S' - Specify chunk checksum to use: CRC64, SKEIN256, SKEIN512, SHA256 and SHA512. Default one is SKEIN256. The implementation actually uses SKEIN