| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-21 | perf(sim/compute): Optimize workload implementation of SimTrace | Fabian Mastenbroek | |
| This change updates the workload implementation of SimTrace by introducing multiple implementations of the FlowStageLogic interface, which is selected dynamically when the workload starts. This change helps eliminate the unecessary division (and memory fetch) when running a workload with just a single CPU. | |||
| 2022-10-21 | refactor(sim/compute): Re-implement using flow2 | Fabian Mastenbroek | |
| This change re-implements the OpenDC compute simulator framework using the new flow2 framework for modelling multi-edge flow networks. The re-implementation is written in Java and focusses on performance and clean API surface. | |||
