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

Comparing liblzf/Changes (file contents):
Revision 1.57 by root, Fri Mar 30 20:58:09 2012 UTC vs.
Revision 1.58 by root, Sun Aug 25 17:53:39 2013 UTC

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. 5TODO: fix lzf_c_best.
6 6
73.7 (unreleased)
8 - add lzf_c_best.c, a slower but better compressor.
7 - switch to a multiplicative hash (developed with Steinar Gunderson), 9 - switch to a multiplicative hash (developed with Steinar Gunderson),
8 which is faster on modern cpus and compresses a bit better. The old 10 which is faster on modern cpus and compresses a bit better. The old
9 hash function which uses only shifts is still available. 11 hash function which uses only shifts is still available.
10 - allow user configurable hash table slots, which makes it possible 12 - allow user configurable hash table slots, which makes it possible
11 to use e.g. 16 bit offsets for a smaller hashtable (if your data is 13 to use e.g. 16 bit offsets for a smaller hashtable (if your data is

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines