rahuliyer / paxos
A simple Paxos implementation in C++
☆10Updated 11 years ago
Related projects ⓘ
Alternatives and complementary repositories for paxos
- A fully concurrent lock-free cuckoo hash table implementation☆55Updated 7 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆27Updated 8 years ago
- Raft Consensus Algorithm Implementation in C++ (11)☆25Updated 9 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆67Updated 10 years ago
- C++ implementation of concurrent Binary Search Trees☆73Updated 9 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 6 years ago
- QSBR and EBR library☆115Updated 4 years ago
- wrappers for tarantool small allocated objects☆12Updated 4 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- libpaxos-cpp is a C++ implementation of the Paxos distributed consensus protocol☆67Updated 11 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆142Updated 4 years ago
- W-TinyLFU cache C++11 header only implementation☆55Updated 6 years ago
- Map Reduce infrastructure lite using c++11 and gRPC☆22Updated 7 years ago
- Benchmark of common hash functions☆35Updated 5 years ago
- Implementation of the BwTree as specified by Microsoft Research☆98Updated 8 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 years ago
- Generic, efficient, thread safe connection pooling for C++☆30Updated 6 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 11 years ago
- C++ implementation of raft consensus☆263Updated last year
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆171Updated 8 years ago
- Kosmos Distributed Filesystem☆29Updated 12 years ago
- Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."☆19Updated 13 years ago
- Log-Structured Merge-Tree (LSM-Tree)☆89Updated 7 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 2 years ago
- Read- and latency-optimized log structured merge tree☆174Updated 12 years ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆30Updated 14 years ago