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

Comparing liblzf/Changes (file contents):
Revision 1.45 by root, Thu Dec 18 16:05:14 2008 UTC vs.
Revision 1.50 by root, Tue Jun 1 01:50:24 2010 UTC

1
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
103.5 Fri May 1 02:28:42 CEST 2009
11 - lzf_compress did sometimes write one octet past the given output
12 buffer (analyzed and nice testcase by Salvatore Sanfilippo).
13
13.4 Tue Sep 2 06:45:00 CEST 2008 143.4 Tue Sep 2 06:45:00 CEST 2008
2 - the fix from 3.3 introduced a compression bug, which is fixed in 15 - the fix from 3.3 introduced a compression bug, which is fixed in
3 this release (which explains the mysterious prerelease...). Thanks 16 this release (which explains the mysterious prerelease...). Thanks
4 once more to Clément Calmels. 17 once more to Clément Calmels.
5 18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines