dpt / ContainersLinks
A library of binary tree data structures (bstree, dstree, trie, crit-bit, PATRICIA) implemented in C
☆41Updated 3 months ago
Alternatives and similar repositories for Containers
Users that are interested in Containers are comparing it to the libraries listed below
Sorting:
- lock free modified prefix B+tree append-only database☆116Updated 10 years ago
- C11 Lock-free Stack☆184Updated last year
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 7 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 10 years ago
- A library which implements a couple of famous binary search trees.☆166Updated 3 years ago
- Coroutines for C.☆78Updated 8 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆76Updated 4 years ago
- memory pool implimentation by C with C99 style☆34Updated 11 years ago
- C99 trie library☆101Updated 6 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆138Updated 6 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆53Updated 4 years ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Updated 2 years ago
- High performance utility library for C☆97Updated 7 months ago
- cprops - C Prototyping Tools☆13Updated 13 years ago
- Concurrent trie-hash map library☆94Updated 2 years ago
- A generic C memory pool☆101Updated 9 years ago
- C based ordered key-value ACID DB using a skip list data structure☆164Updated 11 years ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆43Updated 8 years ago
- timer.c: Tickless hierarchical timing wheel☆236Updated 2 years ago
- Git mirror of the hash table data structure in C by Christopher Clark ⛺☆46Updated 6 years ago
- An embedded, simple, fast, concurrent, on-disk key-value store using a b+tree.☆40Updated 6 years ago
- A library for students to learn data structures in C☆28Updated 6 years ago
- Red-black tree C implementation☆37Updated 7 years ago
- C library of key-value data structures.☆298Updated 5 years ago
- C utilities library : timer, base64, log, lock, buffered string, buffered array, basic CGI, XML parsers (SAX and DOM), XPath, ...☆30Updated last year
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆95Updated 5 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆16Updated 3 months ago