Skip to content
Snippets Groups Projects
Unverified Commit 55aac4a9 authored by Thorsten Hater's avatar Thorsten Hater Committed by GitHub
Browse files

Remove explicit generator (#1962)

- Remove the old, multi-target `event_generator` class in favour of `schedule_generator(tgt, weight, explicit_schedule)`
- Much simplification ensues, `event_generator` is no longer a type-erasing container, but just what 
   `schedule_generator` was before
- Make the label resolution in generators a bit more eager, no longer at simulation time, 
   but now during setup (bit give a wee bit of perf as well)

Closes #1488 
parent 07e0bb62
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment