mwhittaker / clocksLinks
Time, Clocks, and the Ordering of Events
☆40Updated 3 years ago
Alternatives and similar repositories for clocks
Users that are interested in clocks are comparing it to the libraries listed below
Sorting:
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆61Updated 7 months ago
- A Swiss Army knife for read-write quorum systems☆84Updated 3 years ago
- A collection of state machine replication protocols☆118Updated 2 years ago
- A curated list of TLA+ resources.☆66Updated 5 years ago
- TLA+ specifications accompanying paper: Automated Validation of State-Based Client-Centric Isolation with TLA+. (https://doi.org/10.1007/…☆25Updated last year
- Pluscal/TLA+ modeling of distributed systems/protocols☆79Updated last year
- A playground to experiment with Raft proposal pipeline optimization☆16Updated 2 years ago
- A tool to visualize distributed system logs☆80Updated 3 years ago
- TLA+ specification of Flexible Paxos☆40Updated last year
- A pluggable implementation of the Egalitarian Paxos Consensus Protocol☆62Updated 4 years ago
- Personal reading list/reference re: TLA+☆88Updated 7 years ago
- Distributed Systems Reading Group☆20Updated 7 years ago
- CASPaxos: Replicated State Machines without logs☆100Updated 6 years ago
- Victor B. F. Gomes, Martin Kleppmann, Dominic P. Mulligan, and Alastair R. Beresford. Verifying Strong Eventual Consistency in Distribute…☆73Updated 2 years ago
- Specifying and Verfying concensus algorithms in PolarDB using TLA+☆54Updated 8 months ago
- framework for evaluating (planet-scale) consensus protocols☆127Updated last year
- A TLA+ specification of the Apache BookKeeper replication protocol☆104Updated last year
- Fuzz Testing for the github.com/hashicorp/raft library☆30Updated 2 years ago
- Geo-replicated CalvinDB(Include the original CalvinDB and low latency version)☆25Updated 5 years ago
- TLA+ Spec of a simplified part of MongoDB replication system☆46Updated 5 years ago
- This is an implementation of a log structure merge tree.☆59Updated 7 years ago
- A persistent LSM key-value store. FloDB is designed to scale with the number of threads and memory size.☆26Updated 8 years ago
- TLA+ specification of Fast Flexible Paxos☆18Updated 4 years ago
- TLA+ specifications for Kafka related algorithms☆67Updated 4 months ago
- Reading the linearizability paper with TLA+☆49Updated 3 years ago
- Distributed systems lecture notes☆61Updated 7 months ago
- ☆14Updated 10 years ago
- Paxos Made Simple☆19Updated 2 years ago
- ViewStamped Replication implementation in Go