summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2011-03-27 23:53:23 +0000
committerroot <root>2011-03-27 23:53:23 +0000
commit4c89419158d9aff46164db5ef49004152fbc9453 (patch)
tree703b6d0c82bcf344e5ee6eff7aea86fe5b07e8dd /Changes
parent53749d3bb3c4e99ad5bf24f94a61b6d13190c463 (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changes b/Changes
index 3445969..3134742 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,10 @@
+ - switch to a multiplicative hash (developed with Steinar Gunderson),
+ which is faster on modern cpus and compresses a bit better. The old
+ hash function which uses only shifts is still available.
+ - allow user configurable hash table slots, which makes it possible
+ to use e.g. 16 bit offsets for a smaller hashtable (if your data is
+ always < 64kb).
- use _WIN32, not WIN32, when testing for windows (fails with bcc),
patch by Tamas Tevesz.