nvanbenschoten / paxos
A pluggable implementation of the Paxos Consensus Protocol
☆23Updated 8 years ago
Alternatives and similar repositories for paxos
Users that are interested in paxos are comparing it to the libraries listed below
Sorting:
- CockroachDB with pre-generated Go code☆33Updated last year
- Fuzz Testing for the github.com/hashicorp/raft library☆29Updated 2 years ago
- Native persistent memory support for Go☆80Updated 2 years ago
- Storage algorithms.☆38Updated 4 years ago
- Benchmarking for custom Redis commands and modules☆33Updated 4 years ago
- A FUSE module to exposes a Kafka cluster in the filesystem.☆19Updated 11 years ago
- SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.☆23Updated 8 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆41Updated 4 years ago
- Server for benchmarking pure Go key/value databases☆33Updated 8 years ago
- Stand-alone Distributed System, test distributed system on localhost.☆31Updated 11 years ago
- A playground to experiment with Raft proposal pipeline optimization☆16Updated 2 years ago
- B+ tree in memory with mvcc support☆18Updated 6 years ago
- ☆34Updated 4 years ago
- Key/Value database benchmark☆26Updated 5 years ago
- TiKV based Pub/Sub server☆34Updated 5 years ago
- NUMA bindings for Go, requires libnuma.☆26Updated 5 years ago
- a Go package implementing the Raft consensus protocol☆22Updated 11 years ago
- key value database with transactional capabilities. Created for a Distributed Systems class, not suitable for production☆15Updated 6 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- A comparison of skip lists written in Go☆54Updated 3 years ago
- ☆13Updated 5 years ago
- Golang library for using persistent memory☆29Updated 2 years ago
- Golang implementation of Chord DHT☆35Updated 3 years ago
- Go allocation trace utilities☆14Updated 4 years ago
- How query engine work golang port for learning purpose☆23Updated 3 years ago
- Write ahead Raft log for Go☆57Updated 4 years ago
- RocksDB/LevelDB inspired key-value database in Go☆10Updated 4 years ago
- A multi-master k/v store using gossip for replication written in Go