Skip to content
#

vector-clocks

Here are 5 public repositories matching this topic...

A decentralized, fault-tolerant key-value store designed for high availability and eventual consistency. Implements consistent hashing, tunable N/R/W replication quorums, vector clocks for causality, hinted handoff, and Merkle trees for anti-entropy sync.

  • Updated Jul 20, 2026
  • Python

Distributed system project with nodes using vector clocks for message timestamping. I implemented unicast and broadcast messaging, ensuring accurate vector clock updates and message synchronization. I achieved communication between processes and learned about distributed systems, RPC, and socket programming, despite initial challenges with socket r

  • Updated May 29, 2024
  • Python

Distributed-systems domain repository providing reusable implementations of consensus algorithms, coordination primitives, replication strategies, and fault-tolerance components — designed for experimentation, education, and production-grade system foundations.

  • Updated Jul 13, 2026
  • Python

Improve this page

Add a description, image, and links to the vector-clocks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vector-clocks topic, visit your repo's landing page and select "manage topics."

Learn more