| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-05 | feat(sim/core): Add Java-based simulator core | Fabian Mastenbroek | |
| This change introduces a new class, `SimulationScheduler`, which provides the basis for simulations in OpenDC by allowing components to schedule future tasks using delay-skipping queue and a virtual clock. This new class is written in Java to remove any dependency on the Kotlin and kotlinx-coroutines runtime when not necessary. | |||
| 2021-10-08 | perf(simulator): Optimize clock storage | Fabian Mastenbroek | |
| 2021-04-25 | build: Migrate to flat project structure | Fabian Mastenbroek | |
| This change updates the project structure to become flattened. Previously, the simulator, frontend and API each lived into their own directory. With this change, all modules of the project live in the top-level directory of the repository. This should improve discoverability of modules of the project. | |||
