Skip to content

AnushkaNagar/lamports-vector-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

lamports-vector-clock

C++ implementation of Lamport's Vector Clock Algorithm

A vector clock is an algorithm for generating a partial ordering of events in a distributed system and detecting causality violations. Just as in Lamport timestamps, interprocess messages contain the state of the sending process's logical clock. A vector clock of a system of N processes is an array/vector of N logical clocks, one clock per process; a local "smallest possible values" copy of the global clock-array is kept in each process

Output

output

About

C++ implementation of Lamport's Vector Clock Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages