re_datastore: IndexTable::latest_at
early-exit on unknown component
#529
Labels
⛃ re_datastore
affects the datastore itself
Due to the way we build out our scenes, a very common thing that happens is that we query an entity path specifically looking for components that it knows nothing about.
This is fine, as long as we make sure to have a fast early-exit on that path. We currently don't.
There are actually many many ways to do this, with varying trade offs.
Depending on how we do this, we might actually be able to re-use this datastructure in order to help with #453 too!
IndexTable
s needs to keep track (efficiently) of what components they know ofIndexTable::latest_at
needs to early-exit appropriatelyThe text was updated successfully, but these errors were encountered: