textual-engine
textual-engine copied to clipboard
only emit state-room events when a room has changed
trafficstars
Reduce the number of state-room events sent each step by:
- queuing events for the same room and issuing them once (at the end of the step, not debounced)
- only emitting events when a room has actual changes:
- add/remove actor
- add/remove item
- change stats