greensky00 / avltree
High performance AVL tree container C implementation
☆53Updated 5 years ago
Alternatives and similar repositories for avltree:
Users that are interested in avltree are comparing it to the libraries listed below
- High performance C implementation of AVL trees☆100Updated 5 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆91Updated 4 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆143Updated 4 years ago
- Generic red-black tree library (by Julienne Walker).☆56Updated 5 years ago
- A coroutine scheduler and lightweight network library for libaco☆16Updated 5 years ago
- An embedded, simple, fast, concurrent, on-disk key-value store using a b+tree.☆40Updated 5 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆77Updated 9 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆45Updated 3 years ago
- A generic C memory pool☆96Updated 8 years ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆35Updated 11 years ago
- Red-black tree C implementation☆37Updated 6 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- Intrusive Red-Black Tree Collection☆31Updated last year
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 2 years ago
- An event loop for C using io_uring☆48Updated 11 months ago
- A hashtable in C☆58Updated 11 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- Mock++: A Portable Mocking Framework for C++11☆18Updated 4 years ago
- MurmurHash3 general hash bashed lookup function implementation☆84Updated 2 months ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆158Updated 3 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 6 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
- Minimize lock-free queue ever!☆132Updated 6 years ago
- Common Datastructure Library for C developer.☆61Updated 3 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆141Updated 7 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 10 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆220Updated 3 years ago
- Lightweight logger for C/C++ programs, implemented as a single header file.☆107Updated 2 years ago
- Coroutines for C.☆74Updated 8 years ago