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.
|
|
If by FLV you really meant FNV, then you can find Java sources at getopt.org. |
|||||||
|
|
This is a good resource on evaluating how good a hash function is using statistics - http://home.comcast.net/~bretm/hash/ |
|||
|
|