sebastiencs / red-black-treeLinks
C - Left-leaning red black tree implementation
☆41Updated last year
Alternatives and similar repositories for red-black-tree
Users that are interested in red-black-tree are comparing it to the libraries listed below
Sorting:
- C11 Lock-free Stack☆183Updated last year
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- A library which implements a couple of famous binary search trees.☆165Updated 3 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆88Updated 3 years ago
- Red-black tree C implementation☆37Updated 6 years ago
- timer.c: Tickless hierarchical timing wheel☆232Updated 2 years ago
- Various benchmarks☆40Updated 13 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- A collection of memory allocators☆460Updated last week
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 5 years ago
- Debug Malloc memory allocation debugging C library☆170Updated 2 years ago
- Doug Lea's memory allocator☆272Updated 5 years ago
- A much faster popen() and system() implementation for Linux☆68Updated 4 years ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- Source code from "Programming with POSIX® Threads" book By David R. Butenhof☆92Updated 13 years ago
- QSBR and EBR library☆125Updated 5 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- Libtask is a simple coroutine library.