DDD
1.9.0.20240826145154
|
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
ddd | |
Functions | |
size_t | ddd::wang32_hash (size_t key) |
Thomas Wang's 32 bit hash function. More... | |
uint32_t | ddd::int32_hash (uint32_t a) |
Another of Wang's fast hash with a magic number. More... | |
size_t | ddd::knuth32_hash (size_t key) |
Knuth's Multiplicative hash function. More... | |