Bio: Talk distributed systems to me!!

Logical Clocks implementation in Rust

made and submitted by kavirajk
A logical clock is a mechanism for capturing chronological and causal relationships. Implementation of dotted version vector is based on the paper "Scalable and Accurate Causality Tracking for Eventually Consistent Stores"

Logical clocks implemented in Rust

made by kavirajk, submitted by Mai
A logical clock is a mechanism for capturing chronological and causal relationships in a distributed system. This program, written in Rust, implements vector clocks and dotted version vectors.