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>2011-02-07 19:39:26 +0300
committerMarc Lehmann <schmorpforge@schmorp.de>2011-02-07 19:39:26 +0300
commit907c0136df5b639a4afcd4d8db5ef80edaee3c5c (patch)
tree9ed2e366085413a30d424a16d3124b07b49aa6b6
parente13ec91156ee13c07581c2aafc5b4b6fe430030e (diff)
3.6
-rw-r--r--Changes4
-rw-r--r--Makefile.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/Changes b/Changes
index 09cd72b..93bd4cb 100644
--- a/Changes
+++ b/Changes
@@ -1,10 +1,10 @@
-
+3.6 Mon Feb 7 17:37:31 CET 2011
- fixed hash calculation in C♯ version (Tiago Freitas Leal).
- unroll copy for small sizes, use memcpy for larger sizes,
greatly speeding up decompression in most cases.
- finally disable rep movsb - it's a big loss on modern intel cpus,
and only a small win on amd cpus.
- - improve c++ compatibility of the code.
+ - improve C++ compatibility of the code.
- slightly improve compressor speed.
- halved memory requirements for compressor on 64 bit architectures,
which can improve the speed quite a bit on older cpus.
diff --git a/Makefile.in b/Makefile.in
index bbd53c0..3c87d62 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-VERSION = 3.5
+VERSION = 3.6
prefix = @prefix@
exec_prefix = @exec_prefix@