eelejalde / Hazard-PointersLinks
C implementation of the Hazard-Pointers memory manager
☆17Updated 11 years ago
Alternatives and similar repositories for Hazard-Pointers
Users that are interested in Hazard-Pointers are comparing it to the libraries listed below
Sorting:
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆183Updated 12 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- C11 Lock-free Stack☆184Updated last year
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 6 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 7 years ago
- Phase Fair and Standard Reader Writer Locks☆17Updated 6 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 6 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- Minimal pub/sub message queue in C.☆23Updated 11 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 4 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆125Updated last year
- Fast in-memory B+-Tree implementation in C.☆30Updated 10 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 14 years ago
- Various open addressing hashmap algorithms in C++☆257Updated 3 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆45Updated 10 years ago
- A C++ pointer bump memory arena implementation☆94Updated 10 years ago
- For details, see the blog post:☆34Updated 2 years ago
- ARTful radix tree☆13Updated 8 years ago
- Distributed search engine in C++14, using nanomsg for communication, bond for serialization.☆67Updated 10 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆16Updated last month
- Mini async log C port. Now with C++ wrappers.☆74Updated 2 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 4 years ago
- a fast fixed size block allocator☆20Updated 10 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago