rahuliyer / paxos
A simple Paxos implementation in C++
☆11Updated 11 years ago
Alternatives and similar repositories for paxos:
Users that are interested in paxos are comparing it to the libraries listed below
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Raft Consensus Algorithm Implementation in C++ (11)☆25Updated 10 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- A header-only bloom filter implementation in C++14.☆13Updated 6 years ago
- [Abandoned] A toy asynchronous server, written in C++14☆19Updated 7 years ago
- libpaxos-cpp is a C++ implementation of the Paxos distributed consensus protocol☆66Updated 12 years ago
- The Cicada engine☆55Updated 7 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆79Updated 9 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Implementation of the BwTree as specified by Microsoft Research☆100Updated 8 years ago
- Simple fault-tolerant distributed file system. 1. Utilize virtual ring style key-value store with 3 backups. 2. Automated failure detecti…☆17Updated 9 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆67Updated last year
- Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."☆19Updated 13 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 6 years ago
- fast malloc. similar to google-tcmalloc.☆23Updated 8 years ago
- A Paxos implementation in C originally by Marco Primi, built on top of libevent☆36Updated 13 years ago
- Code experiments to exercise ideas while reading "Engineering a Compiler".☆27Updated 6 years ago
- wrappers for tarantool small allocated objects☆12Updated 5 years ago
- C++ Concurrency library!☆26Updated 6 years ago
- FastDCS is a distributed computing system.☆35Updated 6 years ago
- A benchmark for cache efficient data structures.☆30Updated 6 years ago
- Map Reduce infrastructure lite using c++11 and gRPC☆22Updated 8 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 3 years ago
- Implemet Key-Value store using BTree☆60Updated 5 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 12 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 14 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- Raft implementation based on libcppa☆21Updated 9 years ago