Skip to content

A tiny, fast hashmap in C. Linear probing, FNV-1a hashing, arena-allocated strings.

License

Notifications You must be signed in to change notification settings

abnore/c-hashmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HashMaps in C

This is my simple implementation of hashmaps in C, using arenas, linear probing the FNV-1a hashing algorithm and arena-allocated strings.

see hash.h for some more info and usage. Also see the tests

About

A tiny, fast hashmap in C. Linear probing, FNV-1a hashing, arena-allocated strings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published