ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/liblzf/Changes
(Generate patch)

Comparing liblzf/Changes (file contents):
Revision 1.43 by root, Mon Aug 25 01:40:31 2008 UTC vs.
Revision 1.52 by root, Mon Feb 7 16:39:26 2011 UTC

13.6 Mon Feb 7 17:37:31 CET 2011
2 - fixed hash calculation in C♯ version (Tiago Freitas Leal).
3 - unroll copy for small sizes, use memcpy for larger sizes,
4 greatly speeding up decompression in most cases.
5 - finally disable rep movsb - it's a big loss on modern intel cpus,
6 and only a small win on amd cpus.
7 - improve C++ compatibility of the code.
8 - slightly improve compressor speed.
9 - halved memory requirements for compressor on 64 bit architectures,
10 which can improve the speed quite a bit on older cpus.
11
123.5 Fri May 1 02:28:42 CEST 2009
13 - lzf_compress did sometimes write one octet past the given output
14 buffer (analyzed and nice testcase by Salvatore Sanfilippo).
15
163.4 Tue Sep 2 06:45:00 CEST 2008
17 - the fix from 3.3 introduced a compression bug, which is fixed in
18 this release (which explains the mysterious prerelease...). Thanks
19 once more to Clément Calmels.
20
13.3 Mon Aug 25 03:17:42 CEST 2008 213.3 Mon Aug 25 03:17:42 CEST 2008
2 - lzf_compress could access memory after the given input buffer 22 - lzf_compress could access memory after the given input buffer
3 when outputting back references. reported with nice testcase 23 when outputting back references. reported with nice testcase
4 by Clément Calmels. 24 by Clément Calmels.
5 25

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines