🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

github.com/sebastianfrelle/lamport-clock

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/sebastianfrelle/lamport-clock

Source
Go
Version
v0.0.0-20190519082852-c8bada98fbc9
Version published
Created
Source

Lamport clock implementation in Go, using goroutines to represent processes and buffered Go channels to represent channels between processes.

  • Since Go channels are FIFO, this implementation does not capture Lamport clocks' shortcomings with respect to causal ordering.
  • The implementation does not model events other than logging that they occurred to stdout.

FAQs

Package last updated on 19 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts