What will be more productive? One EVENT TICK and many sequences that are connected to it, or many EVENT TICKS?
Depends on what we’re producing and what productive means. The ask is too vague and with too many unknowns to answer, imho.
- each actor can Tick at a different interval, for example - so each each actor ticking can be quite OK if set up right. Lots of flexibility and granularity. May get tricky to debug / maintain.
- a single Tick → Dispatcher Call can trigger delegates in subscribers. Can be an optimisation under right circumstances in BPs who tend to loop sluggishly.
Why not run a test for your scenario and find out, you have all the performance tools at hand. edit: And post results!