Tinyhash
This is a library containing multiple C implementations of hashmap.
|
▼ src | |
▼ common | |
hash.c | |
hash.h | |
iterator.c | |
iterator.h | |
key.c | |
key.h | |
table.h | |
types.h | |
▼ open_addressing | |
entry.h | |
table.c | |
table.h | |
▼ separate_chaining | |
entry.c | |
entry.h | |
table.c | |
table.h | |
tinyhash.c | |
tinyhash.h |