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

Comparing liblzf/Changes (file contents):
Revision 1.53 by root, Fri Mar 4 16:42:20 2011 UTC vs.
Revision 1.54 by root, Sun Mar 27 23:53:23 2011 UTC

1 1
2 - switch to a multiplicative hash (developed with Steinar Gunderson),
3 which is faster on modern cpus and compresses a bit better. The old
4 hash function which uses only shifts is still available.
5 - allow user configurable hash table slots, which makes it possible
6 to use e.g. 16 bit offsets for a smaller hashtable (if your data is
7 always < 64kb).
2 - use _WIN32, not WIN32, when testing for windows (fails with bcc), 8 - use _WIN32, not WIN32, when testing for windows (fails with bcc),
3 patch by Tamas Tevesz. 9 patch by Tamas Tevesz.
4 10
53.6 Mon Feb 7 17:37:31 CET 2011 113.6 Mon Feb 7 17:37:31 CET 2011
6 - fixed hash calculation in C♯ version (Tiago Freitas Leal). 12 - fixed hash calculation in C♯ version (Tiago Freitas Leal).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines