Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nemequ/liblzf.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Lehmann <schmorpforge@schmorp.de>2013-08-25 21:53:39 +0400
committerMarc Lehmann <schmorpforge@schmorp.de>2013-08-25 21:53:39 +0400
commit968e538ebd869be7da66e10db59c3d8bcfbb99cd (patch)
treed3638796ce257f4b6be81783bdd8044cad4466f3
parentd55467f0b62974603fb9c9014ab7d20192936208 (diff)
*** empty log message ***
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index e7d35d9..3e93e67 100644
--- a/Changes
+++ b/Changes
@@ -4,6 +4,8 @@ TODO: allow size-optimised binaries by avoiding unrolling
TODO: implement lzf_c_best in lzf.
TODO: fix lzf_c_best.
+3.7 (unreleased)
+ - add lzf_c_best.c, a slower but better compressor.
- switch to a multiplicative hash (developed with Steinar Gunderson),
which is faster on modern cpus and compresses a bit better. The old
hash function which uses only shifts is still available.