rahuliyer / paxosLinks
A simple Paxos implementation in C++
☆11Updated 12 years ago
Alternatives and similar repositories for paxos
Users that are interested in paxos are comparing it to the libraries listed below
Sorting:
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 10 years ago
- Benchmark of common hash functions☆36Updated 6 years ago
- A benchmark for cache efficient data structures.☆32Updated 4 months ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 years ago
- libpaxos-cpp is a C++ implementation of the Paxos distributed consensus protocol☆67Updated 12 years ago
- COW b-trees☆108Updated 8 years ago
- Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."☆19Updated 14 years ago
- C++ implementation of raft consensus☆270Updated 2 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 3 years ago
- Implementation of the BwTree as specified by Microsoft Research☆100Updated 9 years ago
- Code experiments to exercise ideas while reading "Engineering a Compiler".☆27Updated 6 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- A front-end (lexer, parser and partial compiler) for a subset of the SQL language☆45Updated 12 years ago
- an echo server example based on epoll, a scalable I/O event notification mechanism☆59Updated 2 years ago
- Wormhole: A concurrent ordered in-memory key-value index with O(log L) search cost (L is search key's length)☆83Updated 3 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- MapReduce for multi-core☆50Updated 12 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- A fast in-memory key-value store☆51Updated 8 years ago
- doppioDB - A hardware accelerated database☆50Updated 8 years ago
- A simple, reference implementation of a B^e-tree☆160Updated 6 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆46Updated 3 years ago
- A working project for High-concurrency B-tree source code in C☆251Updated 5 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- tcmalloc☆17Updated 11 years ago
- QSBR and EBR library☆133Updated 6 years ago
- lock free modified prefix B+tree append-only database☆116Updated 10 years ago
- Our own thread library similar to pthreads☆18Updated 3 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆100Updated 7 years ago