Query: hashkit_hsieh
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HASHKIT_HSIEH(3) libmemcached HASHKIT_HSIEH(3)NAMEhashkit_hsieh - libhashkit Documentation Various hash functions to use for calculating values for keysSYNOPSIS#include <libhashkit/hashkit.h> uint32_t hashkit_default(const char *key, size_t key_length) uint32_t hashkit_fnv1_64(const char *key, size_t key_length) uint32_t hashkit_fnv1a_64(const char *key, size_t key_length) uint32_t hashkit_fnv1_32(const char *key, size_t key_length) uint32_t hashkit_fnv1a_32(const char *key, size_t key_length) uint32_t hashkit_crc32(const char *key, size_t key_length) uint32_t hashkit_hsieh(const char *key, size_t key_length) uint32_t hashkit_murmur(const char *key, size_t key_length) uint32_t hashkit_jenkins(const char *key, size_t key_length) uint32_t hashkit_md5(const char *key, size_t key_length) Compile and link with -lhashkitDESCRIPTIONThese functions generate hash values from a key using a variety of algorithms. These functions can be used standalone, or as arguments to hashkit_set_hash_fn(3) or hashkit_set_continuum_hash_fn(3). The hashkit_hsieh is only available if the library is built with the appropriate flag enabled.RETURN VALUEA 32-bit hash value.HOMETo find out more information please check: http://libmemcached.org/SEE ALSOhashkit_create(3) hashkit_value(3) hashkit_set_hash_fn(3) hashkit_set_continuum_hash_fn(3)AUTHORBrian AkerCOPYRIGHT2011, Brian Aker DataDifferential, http://datadifferential.com/ 1.0.8 May 22, 2012 HASHKIT_HSIEH(3)
Related Man Pages |
---|
hashkit_crc32(3) - debian |
hashkit_functions(3) - debian |
hashkit_fnv1_64(3) - centos |
hashkit_fnv1a_32(3) - centos |
hashkit_hsieh(3) - centos |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
One instance of comparing grep and awk |
Weird 'find' results |
New UNIX and Linux History Sections |
My first PERL incarnation... Audio Oscillograph |