| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-11 | perf(trace): Keep reader state in own class | Fabian Mastenbroek | |
| This change removes the external class that holds the state of the reader and instead puts the state in the reader implementation. Maintaining a separate class for the state increases the complexity and has worse performance characteristics due to the bytecode produced by Kotlin for property accesses. | |||
| 2021-09-02 | refactor(trace): Move GWF trace reader into separate module | Fabian Mastenbroek | |
| This change starts the process of moving the different trace formats into separate modules. This change in particular moves the GWF trace format into a new module, opendc-trace-gwf. Furthermore, this change also implements the trace API for the GWF module. | |||
