Ed Maste <ema...@freebsd.org> writes:
> murmur3's size argument is bytes, not uint32_ts, so the test is only
> hashing the first 1/4 of the keys.

That's my fault, and I'm going to change it, because it's illogical.
The function works on aligned arrays of int32s and should take a count,
not a size.  I just didn't want to delay the patch even further.

DES
-- 
Dag-Erling Smørgrav - d...@des.no
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to