I've seen the Fowler-Noll-Vo (FNV) recommended as a good choice for a fast hashing algorithm for use in our implementation of a consistent hashing system.
Can't seem to locate a good Java source for it though.
feedback
|
|
If FLV was a typo and you really meant FNV, then you can find java sources at getopt.org. | |||||||
feedback
|
|
This is a good resource on evaluating how good a hash function is using statistics - http://home.comcast.net/~bretm/hash/ | |||
|
feedback
|