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
This level is not a critical piece of infrastructure for benchmarks in papers, but it is a high-priority feature for practical usability, so we are deferring this to a 1.0 milestone
We can use SortedDict as an initial implementation. In particular, we should use https://juliacollections.github.io/DataStructures.jl/latest/sorted_containers/#Iteration-and-Token-Manipulation here.
We should also add some nonsequential indexing tests, as well as more principled nonsequential access tests for any levels that support it.
The text was updated successfully, but these errors were encountered: