Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

A hashmap implemented in C.

Features

  • Good error handling
  • Plug and play design
  • Guarrented O(1) lookup.
  • This hashmap holds middle ground of robin hood and open-addressing
  • No heavy C dependency.

Lacks

  • Almost production ready but is vulnerable to key collision attacks.
  • Doesn't ensures O(1) insertion
  • Lacks in enumeration of the hashmap.

TODO

  • Add disk persistence.
  • Add a better hash function with hidden seed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages