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

Comparing liblzf/Changes (file contents):
Revision 1.51 by root, Tue Jun 1 03:17:05 2010 UTC vs.
Revision 1.52 by root, Mon Feb 7 16:39:26 2011 UTC

1 13.6 Mon Feb 7 17:37:31 CET 2011
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, 3 - unroll copy for small sizes, use memcpy for larger sizes,
4 greatly speeding up decompression in most cases. 4 greatly speeding up decompression in most cases.
5 - finally disable rep movsb - it's a big loss on modern intel cpus, 5 - finally disable rep movsb - it's a big loss on modern intel cpus,
6 and only a small win on amd cpus. 6 and only a small win on amd cpus.
7 - improve c++ compatibility of the code. 7 - improve C++ compatibility of the code.
8 - slightly improve compressor speed. 8 - slightly improve compressor speed.
9 - halved memory requirements for compressor on 64 bit architectures, 9 - halved memory requirements for compressor on 64 bit architectures,
10 which can improve the speed quite a bit on older cpus. 10 which can improve the speed quite a bit on older cpus.
11 11
123.5 Fri May 1 02:28:42 CEST 2009 123.5 Fri May 1 02:28:42 CEST 2009

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines