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
Right now, we use TreeMaps (sorted based on the from attribute of a StrandStoageKey) to implement a temporal index. But IntervalTrees seem like a better fit.
We should do a performance comparison between the two approaches.
Usable IntervalTree implementation is available here.
The text was updated successfully, but these errors were encountered:
Right now, we use TreeMaps (sorted based on the from attribute of a StrandStoageKey) to implement a temporal index. But IntervalTrees seem like a better fit.
We should do a performance comparison between the two approaches.
Usable IntervalTree implementation is available here.
The text was updated successfully, but these errors were encountered: