table of contents
| HASHKIT_FNV1_64(3) | libmemcached-awesome | HASHKIT_FNV1_64(3) |
NAME¶
hashkit_fnv1_64 - libhashkit Documentation
SYNOPSIS¶
- #include <libhashkit-1.0/hashkit.h>
- Compile and link with -lhashkit
DESCRIPTION¶
These functions generate hash values from a key using a variety of algorithms. These functions can be used standalone, or will be used according to the algorithm set with hashkit_set_function() <#_CPPv420hashkit_set_functionP10hashkit_st24hashkit_hash_algorithm_t> or hashkit_set_distribution_function() <#_CPPv433hashkit_set_distribution_functionP10hashkit_st24hashkit_hash_algorithm_t>.
The hashkit_hsieh(), hashkit_murmur() and hashkit_murmur3() functions are only available if the library is built with the appropriate flag enabled.
RETURN VALUE¶
A 32-bit hash value.
SEE ALSO¶
libhashkit(3) <https://linux.die.net/man/3/libhashkit> hashkit_create(3) <https://linux.die.net/man/3/hashkit_create> hashkit_function(3) <https://linux.die.net/man/3/hashkit_function>
| January 17, 2026 | 1.1 |