Re: Hash function

From: Mike Mitchell <Mike.Mitchell@dont-contact.us>
Date: Mon, 25 Oct 2004 18:04:56 -0400

Take a look at http://burtleburtle.net/bob/hash/doobs.html for an analysis of several hashing functions. I've used One-at-a-Time hash with very good results. The "my hash" (also known as Jenkins' hash) function is also good, but was complex to implement in Perl due to integer overflows. The FNV hash (http://www.isthe.com/chongo/tech/comp/fnv/) is also good.
Received on Mon Oct 25 2004 - 16:05:03 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Oct 31 2004 - 12:00:02 MST