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.59 by root, Mon Jun 29 23:34:41 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines