Use EntityHashMap
for EntityMap
#10391
Labels
A-Scenes
Serialized ECS data stored on the disk
C-Feature
A new feature, making something new possible
C-Performance
A change motivated by improving speed, memory usage or compile times
D-Trivial
Nice and easy! A great choice to get started with Bevy
What problem does this solve or what need does it fill?
Entity
lookup:EntityHashMap
HashMap<Entity, Entity>
inEntityMapper
What solution would you like?
We should use the more performant implementation.
The text was updated successfully, but these errors were encountered: