vector-clock
There are 33 repositories under vector-clock topic.
ChrisWhealy/DistributedSystemNotes
Notes on Lindsey Kuper's lectures on Distributed Systems
DistributedClocks/GoVector
Vector clock logging library for Go
kavirajk/clock
Logical clocks implementation in Rust
apurvsinghgautam/VectorClock
Implementation of Vector Clock in Python
BaptisteContreras/vector-clock
PHP implementation of Vector Clock and Lamport timestamp
DistributedClocks/CppVector
A ShiViz-compatible logging library for C++
ankitrathore25/multi-clients-chat-application
Multiple clients-server chat application built in java swing. It supports message delivery to the offline clients and vector clock implementation.
gsharma/vector-clock
Vector clocks & Lamport timestamps
DistributedClocks/JVector
A ShiViz-compatible logging library for Java.
DistributedClocks/CVector
A ShiViz-compatible logging library for C.
vitorenesduarte/threshold-rs
Threshold data structures in Rust!
albertattard/vector-clock
Vector Clock
gasparian/logical-clocks
Go implementation of several clocks types: Lamport, Vector and Hybrid Logic Clock
qwlabs/vector-clock
Vector Clock Implements for Java
MattLloyd101/ts-vector-clock
A Typescript Vector Clock implementation
aprimadi/vector-clock
Vector Clock implementation in Go
yadavpa1/Distributed-Systems
Implementations of Lamport clock, Vector clock, Logical clock, and the Raymond Tree Algorithm for mutual exclusion in distributed systems.
kasinadhan-in/distributed-chat
A distributed chat system implementing Vector Clocks and FIFO message ordering using Socket.io and Express.js. Includes a real-time web interface with sticker support, file uploads, chat clearing, and multi-user coordination.
ok2ju/version-vector
Tracking changes to data in a distributed system
yashuv/Distributed-System
some insights and program code for Election Algorithm(Bully and Ring), RPC and RMI, Clock Synchronization(Logical and Vector) and Banker's Deadlock Avoidance Algorithm
chaitanya-basava/chandy_and_lamport_snapshot_protocol
This repo contains the implementation of the chandy and lamport's snapshot protocol
Chemdevil/Distributed-System-Clocks
Distributed operating System
Dmmc123/ds_lab_8
Vector Clock implementation with Pipes
m7azeem/Lamport-and-Vector-Clocks
Logger using logical clocks (Lamport & Vector)
prithvi-narayan-bhat/vector_clock
Application to implement an n-node distributed system that with a vector clock
verse-lab/arboreta
Mechanised Reasoning about Array-Based Trees in Separation Logic
yanghanxy/CloudDB
A distributed key-value storage database with final consistency
aloussase/GleamVectorClocks
A partial port of Riak's vector clocks to Gleam ✨
architagr/GossamerDB
A distributed key-value store with gossip-based replication, Merkle tree anti-entropy repair, vector clock conflict resolution, and tunable quorum.
gsiddhad/Operating-Systems
System Programming in Linux
ok2ju/vector-clock
Tracking changes in a distributed system
Shojiyao12/Time_Synchronization_Vector-Clocks
A time synchronization system using vector clocks in a distributed network. The system ensures causal message ordering by tracking events with vector timestamps. Messages are delivered asynchronously, considering network delays and process removals. This simulation demonstrates multicast messaging, event causality, and adaptive synchronization.