mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 14:04:27 +02:00
Link to archived copy of Thomas Wang's integer hash function.
His site's no longer on the web, so use web.archive.org instead. [SVN r86607]
This commit is contained in:
@@ -34,7 +34,7 @@ For other use cases, if you do need a higher quality hash function,
|
|||||||
then neither the standard hash function or `boost::hash` are appropriate.
|
then neither the standard hash function or `boost::hash` are appropriate.
|
||||||
There are several options
|
There are several options
|
||||||
available. One is to use a second hash on the output of this hash
|
available. One is to use a second hash on the output of this hash
|
||||||
function, such as [@http://www.concentric.net/~ttwang/tech/inthash.htm
|
function, such as [@http://web.archive.org/web/20121102023700/http://www.concentric.net/~Ttwang/tech/inthash.htm
|
||||||
Thomas Wang's hash function]. This this may not work as
|
Thomas Wang's hash function]. This this may not work as
|
||||||
well as a hash algorithm tailored for the input.
|
well as a hash algorithm tailored for the input.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user