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.
  • Extremely simple and easy-to-use API.
  • For documentation, see the header file here.
  • For best performance, initialize with a prime number.
  • For examples, see examples

About

Collision-free hash tables for the C programming language

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages