hash tables
last updated: Oct 20, 2023
-
- contains an array, stringbuffer, stack, list, and string as well
- header-only
-
- header-only
- also has a library with a bunch of stuff: b-tree, avl tree, sorting, buffer, list, string, math, and command line parser
-
- header-only
- Also contains a stretchy buffer implementation
- docs here
- public domain
-
- not actually a hash table
- forked from stb's code
- described and benchmarked: http://nothings.org/computer/judy/
-
how to implement a hash table in C by Ben Hoyt
-
a simple hash table in C by Leo Robinovich