Skip to content

Collision-free hash tables for the C programming language

License

Notifications You must be signed in to change notification settings

exbotanical/libhash

Repository files navigation

libhash

Collision-free hash tables and hash sets for C.

Implemented as open-addressed and double-hashed.

For best performance, initialize with a prime number.

TODOs

  • add docs
  • complete examples

About

Collision-free hash tables for the C programming language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages