Skip to content

asilz/Hashmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashmap

A hashmap that guarantees a constant time complexity implemented in c. The hashing function can be easily changed. The hashmap supports any datatype given that the padding is consistent.

To guarantee a constant time complexity all values are rehashed with a different seed until no hash collisions are present.

Currently implemented hash functions:

  • CRC64
  • blake2b

About

Perfect hashmap in c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published