anholt / hash_tableLinks
A simple C hash table (open addressing and rehashing) for embedding into projects
☆59Updated 6 years ago
Alternatives and similar repositories for hash_table
Users that are interested in hash_table are comparing it to the libraries listed below
Sorting:
- Simple unoptimized AVL tree implementation in C89☆41Updated 5 years ago
- single file C libraries☆40Updated 11 months ago
- TLSF: two-level segregated fit O(1) allocator☆81Updated 3 years ago
- Free-List Memory Pool of fixed-size objects in C99☆50Updated 2 years ago
- C99 trie library☆101Updated 6 years ago
- Math vector library☆39Updated 2 years ago
- Coroutine library in C.☆20Updated 4 years ago
- Lightweight logging library for C/C++☆38Updated 4 months ago
- Portable, single-file, 2D/3D vector/quaternion/matrix math library☆44Updated 4 years ago
- Intrusive data structures for C☆63Updated 8 years ago
- Random access array of tightly packed unsigned integers☆171Updated 3 years ago
- libgenerics is a minimalistic and generic library for C basic data structures.☆51Updated 3 years ago
- A simple bitset library in C☆140Updated 9 months ago
- memory pool allocator☆51Updated 13 years ago
- Fast, efficient string interning☆99Updated 8 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 10 years ago
- Hierarchical Allocator for C☆67Updated 9 years ago
- Anonymous functions in C☆259Updated 5 years ago
- Generic type-safe vector, hash map, and concurrent queue for C☆56Updated 5 years ago
- 🔗 Common Data Structures and Algorithms☆55Updated 5 months ago
- C11 Lock-free Stack☆184Updated last year
- Convenient & cross-platform sandboxing C library☆45Updated 2 months ago
- Portable scanf/printf-like functions to marshal binary data☆62Updated 10 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- Coroutines in C☆122Updated 11 years ago
- Coroutines for C.☆77Updated 8 years ago
- Stackless coroutine compiler for C☆46Updated 6 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- LZSSE compression codec ported to SIMDe☆19Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago