greensky00 / avltreeLinks
High performance AVL tree container C implementation
☆55Updated 5 years ago
Alternatives and similar repositories for avltree
Users that are interested in avltree are comparing it to the libraries listed below
Sorting:
- High performance C implementation of AVL trees☆103Updated 6 years ago
- A hashtable in C☆58Updated 11 years ago
- Slab Memory Allocator in Application Layer☆28Updated 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 last year
- A coroutine scheduler and lightweight network library for libaco☆17Updated 6 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- Intrusive Red-Black Tree Collection☆33Updated last year
- A generic C memory pool☆100Updated 8 years ago
- An embedded, simple, fast, concurrent, on-disk key-value store using a b+tree.☆40Updated 6 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 4 years ago
- Hierarchical memory allocator☆72Updated 10 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆144Updated 4 years ago
- libuv thread communication☆58Updated 2 years ago
- Common Datastructure Library for C developer.☆62Updated 3 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- Memory Pool in different implemention ways, adapt different projects to improve performance☆25Updated 13 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆161Updated 3 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- Lock-free linked list☆16Updated 12 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆46Updated 3 years ago
- Linear Linked List Library☆49Updated last year
- Fast string to integer conversion☆15Updated 7 years ago
- Concurrent trie-hash map library☆91Updated last year
- Mock++: A Portable Mocking Framework for C++11☆18Updated 4 years ago
- 基于C语言的轻量级读取/创建配置文件的函数库☆22Updated 7 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆36Updated 11 years ago