dpt / ContainersLinks
A library of binary tree data structures (bstree, dstree, trie, crit-bit, PATRICIA) implemented in C
☆40Updated last week
Alternatives and similar repositories for Containers
Users that are interested in Containers are comparing it to the libraries listed below
Sorting:
- C11 Lock-free Stack☆184Updated last year
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 7 years ago
- lock free modified prefix B+tree append-only database☆116Updated 10 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- C based ordered key-value ACID DB using a skip list data structure☆163Updated 10 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- Coroutines for C.☆77Updated 8 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 6 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 4 years ago
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago
- A library which implements a couple of famous binary search trees.☆165Updated 3 years ago
- Red-black tree C implementation☆37Updated 6 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆16Updated 2 weeks ago
- High performance utility library for C☆94Updated 4 months ago
- C library of key-value data structures.☆295Updated 5 years ago
- timer.c: Tickless hierarchical timing wheel☆233Updated 2 years ago
- An embedded, simple, fast, concurrent, on-disk key-value store using a b+tree.☆40Updated 6 years ago
- Automatically exported from code.google.com/p/libhhash☆32Updated 9 years ago
- Concurrent trie-hash map library☆92Updated 2 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
- A simple bitset library in C☆137Updated 8 months ago
- A generic C memory pool☆100Updated 9 years ago
- unrolled skip list library for C☆21Updated 6 years ago
- A GIT clone of uthash.sourceforge.net, a hash table, implemented in C, supporting constant-time add/find/remove of C structures. Any stru…☆37Updated 12 years ago
- C utilities library : timer, base64, log, lock, buffered string, buffered array, basic CGI, XML parsers (SAX and DOM), XPath, ...☆30Updated last year
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- redis's async event loop library☆189Updated 5 years ago
- Stand-alone dictionary: string/string associative array☆23Updated 14 years ago
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆106Updated 9 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago