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