Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages