Published on

Hybrid Logical Clock in Rust

Authors

Human brains are wired to think in time. In the world of distributed systems, we've been using Lamport clocks to order events however they are divorced from physical time meaning building systems that move towards the "future" is hard to understand for regular people like you and me. Lamport clocks are often integers and are hard to understand in the world of physical time and events.