disembl / tree
An embedded, simple, fast, concurrent, on-disk key-value store using a b+tree.
☆40Updated 5 years ago
Alternatives and similar repositories for tree:
Users that are interested in tree are comparing it to the libraries listed below
- lock free modified prefix B+tree append-only database☆115Updated 9 years ago
- High performance AVL tree container C implementation☆53Updated 4 years ago
- NIH Utility Library☆89Updated 3 years ago
- A hashtable in C☆58Updated 11 years ago
- A buffered-tree implemented in dictionary type and more☆74Updated 11 years ago
- B+ tree implementation in C☆129Updated 4 years ago
- Generic red-black tree library (by Julienne Walker).☆56Updated 5 years ago
- Slab Memory Allocator in Application Layer☆27Updated 7 years ago
- A very fast on-disk database for SHA1-identified objects☆58Updated 8 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- Cross-platform atomic operations and lock algorithm library☆96Updated 6 years ago
- QSBR and EBR library☆116Updated 5 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- A coroutine scheduler and lightweight network library for libaco☆15Updated 5 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆76Updated 8 years ago
- ☆37Updated 9 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆84Updated 2 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- skiplist library for C.☆53Updated 8 years ago
- Lock-free linked list☆16Updated 12 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆157Updated 3 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆74Updated 3 years ago
- The finest radix tree this side of the Linux kernel.☆34Updated 9 years ago
- timer.c: Tickless hierarchical timing wheel☆225Updated last year
- a tiny nosql database supporting pluggable storage engine.☆40Updated 7 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆263Updated 15 years ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆34Updated 10 years ago
- My C Snippets - buf, cfg, datetime, dict, event, heap, ketama, list, log, map, queue, skiplist, stack, strings☆57Updated 8 years ago
- A simple lock-free queue implementation.☆79Updated 10 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆139Updated 7 years ago