Crate simulon

source ·
Expand description

Simulon is a lite discrete event simulation engine used for simulating latency sensitive IO bound applications. It provides a small set of API that can be used inside of a simulation to interact with other nodes in the same simulation, and perform basic IO.

Modules

  • The api to use inside the simulation executor.
  • The types and implementations around the latency data provider.
  • The types used for generating reports after a simulation.
  • The simulator engine.

Constants