|
data-structures-c
|
| arena | |
| arena_template.h | Arena allocator |
| fhashtable | |
| fhashtable_template.h | Fixed-size open-adressing hashtable (robin hood hashing) |
| fpqueue | |
| fpqueue_template.h | Fixed-size priority queue based on binary (max-)heap |
| fqueue | |
| fqueue_template.h | Fixed-size queue based on ring buffer |
| fstack | |
| fstack_template.h | Fixed-size array-based stack |
| rbtree | |
| rbtree_template.h | Intrusive red-black tree |