diff options
author | root <root> | 2011-02-07 16:39:26 +0000 |
---|---|---|
committer | root <root> | 2011-02-07 16:39:26 +0000 |
commit | c7b02bccbc5a33c5e14ebe22b87940830bcdaff4 (patch) | |
tree | 9ed2e366085413a30d424a16d3124b07b49aa6b6 /Changes | |
parent | b40815d63b686fa625364bdfd41dbbed1fdc8449 (diff) |
3.6rel-3_6
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |