Decided to drop the dynamically sized hash table for now. This was
authorWayne Davison <wayned@samba.org>
Tue, 28 Feb 2006 21:20:08 +0000 (21:20 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 28 Feb 2006 21:20:08 +0000 (21:20 +0000)
commit48cce779a22b393a2487842a246be5db65594306
treeae0ba05ab7224c2c6b900a455fffa532ff138c40
parent68207537326987e28d42ad3b2fe53bdb1ebcc781
Decided to drop the dynamically sized hash table for now.  This was
due to timing tests showing that the per-byte modulus calculation
slowed down regular sized files.  Kept the other improvements
because they lessened our memory use and actually sped up the code.
match.c