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

Comparing liblzf/Changes (file contents):
Revision 1.46 by root, Fri May 1 00:30:53 2009 UTC vs.
Revision 1.53 by root, Fri Mar 4 16:42:20 2011 UTC

1
2 - use _WIN32, not WIN32, when testing for windows (fails with bcc),
3 patch by Tamas Tevesz.
4
53.6 Mon Feb 7 17:37:31 CET 2011
6 - fixed hash calculation in C♯ version (Tiago Freitas Leal).
7 - unroll copy for small sizes, use memcpy for larger sizes,
8 greatly speeding up decompression in most cases.
9 - finally disable rep movsb - it's a big loss on modern intel cpus,
10 and only a small win on amd cpus.
11 - improve C++ compatibility of the code.
12 - slightly improve compressor speed.
13 - halved memory requirements for compressor on 64 bit architectures,
14 which can improve the speed quite a bit on older cpus.
15
13.5 Fri May 1 02:28:42 CEST 2009 163.5 Fri May 1 02:28:42 CEST 2009
2 - lzf_compress did sometimes write one octet past the given output 17 - lzf_compress did sometimes write one octet past the given output
3 buffer (analyzed and nice testcase by Salvatore Sanfilippo). 18 buffer (analyzed and nice testcase by Salvatore Sanfilippo).
4 19
53.4 Tue Sep 2 06:45:00 CEST 2008 203.4 Tue Sep 2 06:45:00 CEST 2008

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines