kennethho / mvcc11
A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.
☆27Updated 8 years ago
Related projects ⓘ
Alternatives and complementary repositories for mvcc11
- W-TinyLFU cache C++11 header only implementation☆55Updated 6 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆35Updated last week
- Lock-free allocator as described by Maged M. Michael, 2004☆44Updated 11 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 6 years ago
- Tunnel is a Pipeline Execution Engine based on C++20 coroutine☆28Updated last year
- ☆17Updated last month
- Raft Consensus Algorithm Implementation in C++ (11)☆25Updated 9 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- A nano concurrency library☆24Updated 4 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 11 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 2 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆14Updated 6 years ago
- A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilit…☆16Updated 7 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆65Updated last year
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- BLInk Tree logic - storage and locking experiment☆25Updated 10 years ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- a tiny coroutine lib using for c++☆24Updated 10 years ago
- Infomation about C++ Coroutines TS v1 software and content☆9Updated 5 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- Slab Memory Allocator in Application Layer☆28Updated 6 years ago
- Lock-free RCU (Read-Copy-Update) user-space library☆10Updated last year
- A benchmark for cache efficient data structures.☆29Updated 5 years ago
- A C++ Raft implementation, project moved☆24Updated 8 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- network library based on io_uring and C++20 coroutine☆101Updated 4 years ago
- ☆49Updated 4 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago