derive(Event) option to use single buffering #10759
Labels
A-ECS
Entities, components, systems, and events
C-Performance
A change motivated by improving speed, memory usage or compile times
What problem does this solve or what need does it fill?
For some types of events, like an
UpdatePosition
event, data that is one frame/tick behind might be useless. Having the option to disable double buffering and use single buffering per event type could be a nice performance improvement.What solution would you like?
What alternative(s) have you considered?
Continue to use double buffering.
The text was updated successfully, but these errors were encountered: