-
Notifications
You must be signed in to change notification settings - Fork 614
Closed
Labels
enhancementNew feature or requestNew feature or requestuser-requestThis is a pressing issue for one of our usersThis is a pressing issue for one of our users⛃ re_datastoreaffects the datastore itselfaffects the datastore itself📉 performanceOptimization, memory use, etcOptimization, memory use, etc🔍 re_queryaffects re_query itselfaffects re_query itself
Milestone
Description
Currently, querying a sticky scene is O(n), and as time goes on it gets more and more laggy.
This is already an issue for plots and text logs today.
Ideally, one would want to cache the results of a query up to now(), and then only query the difference the next frame, and so on and so on.
Problem is: what about out of order data?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestuser-requestThis is a pressing issue for one of our usersThis is a pressing issue for one of our users⛃ re_datastoreaffects the datastore itselfaffects the datastore itself📉 performanceOptimization, memory use, etcOptimization, memory use, etc🔍 re_queryaffects re_query itselfaffects re_query itself