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.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.
6 5
63.8 (unreleased)
7 - support a state arg for lzf_c_best.
8
93.7 (unreleased)
10 - add lzf_c_best.c, a slower but better compressor.
7 - switch to a multiplicative hash (developed with Steinar Gunderson), 11 - switch to a multiplicative hash (developed with Steinar Gunderson),
8 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
9 hash function which uses only shifts is still available. 13 hash function which uses only shifts is still available.
10 - allow user configurable hash table slots, which makes it possible 14 - 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 15 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