You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bevy 0.5 introduced SparseSet Storage (see Release Notes) for components with high add/remove volume to avoid . If I'm understanding, from my (somewhat cursory) reading of the code that ActionState probably falls into this category and would probably generate a performance boost if added.
I might be very wrong on the way that ActionState is implemented, but it would be very good to add some benchmarks for performance validation.
The text was updated successfully, but these errors were encountered:
I'll, see what I can do, though likely the higher priority for me would be #28. If I can figure out the internals enough for that one, I should have enough to implement this one too.
Bevy 0.5 introduced
SparseSet
Storage (see Release Notes) for components with high add/remove volume to avoid . If I'm understanding, from my (somewhat cursory) reading of the code thatActionState
probably falls into this category and would probably generate a performance boost if added.I might be very wrong on the way that ActionState is implemented, but it would be very good to add some benchmarks for performance validation.
The text was updated successfully, but these errors were encountered: