-
Notifications
You must be signed in to change notification settings - Fork 54
Simplify implementation of command buffer #110
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Current implementation details:
- Its uses an internal Dictionary which impact performance on
Playback() - Added commands are not executed in insertion order
- One or zero structure change is applied for each entity
Change:
- Simplify implementation by removing Dictionary
- Ensure insertion order of added commands
- One or zero structure change is applied for each entity.
Restriction: commands to a specific entity need to be added sequentially.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Backlog