Blog
1 week ago
Why SCL Uses Lamport Clocks (Not Vector Clocks) to Stay Consistent
SCL is a secure enclave design that ensures durability, coherence, and eventual consistency through DataCapsules, memtables, and CapsuleDB. Updates are propagated via multicast trees, ordered with Lamport clocks, and resynchronized through epoch-based coordination. The architecture balances security, performance, and fault tolerance, enabling enclaves to recover from crashes while providing scalable, low-latency key-value storage.
Source: HackerNoon →