Skip to content

C library implementing cuckoo hash

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

kroki/Cuckoo-hash

Repository files navigation

Cuckoo hash
===========

This library contains the C language implementation of the cuckoo
hash, a hash data structure with O(1) worst case lookup time (most
hashes have only amortized O(1)), good load factor (about 95%), and
excellent overall performance (benchmark tests are included).

http://krokisplace.blogspot.com/2010/01/cuckoo-hashing-implementation.html
has a nice plots produced with the included script.

Released under LGPLv3+.

About

C library implementing cuckoo hash

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published