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

Comparing liblzf/Changes (file contents):
Revision 1.58 by root, Sun Aug 25 17:53:39 2013 UTC vs.
Revision 1.60 by root, Sun Oct 11 22:26:07 2015 UTC

1 1
2TODO: try unaligned copy again in decompressor 2TODO: try unaligned copy again in decompressor
3TODO: allow size-optimised binaries by avoiding unrolling 3TODO: allow size-optimised binaries by avoiding unrolling
4TODO: implement lzf_c_best in lzf. 4TODO: implement lzf_c_best in lzf.
5TODO: fix lzf_c_best. 5
63.8 (unreleased)
7 - support a state arg for lzf_c_best.
6 8
73.7 (unreleased) 93.7 (unreleased)
8 - add lzf_c_best.c, a slower but better compressor. 10 - add lzf_c_best.c, a slower but better compressor.
9 - switch to a multiplicative hash (developed with Steinar Gunderson), 11 - switch to a multiplicative hash (developed with Steinar Gunderson),
10 which is faster on modern cpus and compresses a bit better. The old 12 which is faster on modern cpus and compresses a bit better. The old
702.1 Fri Nov 2 13:34:42 CET 2007 722.1 Fri Nov 2 13:34:42 CET 2007
71 - switched to a 2-clause bsd license with GPL exception. 73 - switched to a 2-clause bsd license with GPL exception.
72 - get rid of memcpy. 74 - get rid of memcpy.
73 - tentatively use rep movsb on x86 and x86_64 (gcc only) for a 75 - tentatively use rep movsb on x86 and x86_64 (gcc only) for a
74 moderate speed improvement. 76 moderate speed improvement.
75 - applied patch by Kein-Hong Man to maske lzf.c compile under 77 - applied patch by Kein-Hong Man to make lzf.c compile under
76 the crippled mingw32 environment. 78 the crippled mingw32 environment.
77 79
782.0 Fri Feb 16 23:11:18 CET 2007 802.0 Fri Feb 16 23:11:18 CET 2007
79 - replaced lzf demo by industrial-strength lzf utility with behaviour 81 - replaced lzf demo by industrial-strength lzf utility with behaviour
80 similar other compression utilities. Thanks for Stefan Traby for 82 similar other compression utilities. Thanks for Stefan Traby for

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines