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

Comparing liblzf/Changes (file contents):
Revision 1.47 by root, Mon Dec 14 02:05:14 2009 UTC vs.
Revision 1.48 by root, Sun May 30 05:46:55 2010 UTC

1 1
2 - fixed hash calculation in C♯ version (Tiago Freitas Leal). 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.
3 7
43.5 Fri May 1 02:28:42 CEST 2009 83.5 Fri May 1 02:28:42 CEST 2009
5 - lzf_compress did sometimes write one octet past the given output 9 - lzf_compress did sometimes write one octet past the given output
6 buffer (analyzed and nice testcase by Salvatore Sanfilippo). 10 buffer (analyzed and nice testcase by Salvatore Sanfilippo).
7 11

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines