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
Now that SE-0065 moved index manipulation methods into collections, it would be possible to switch to unowned(unsafe) references inside BTreeWeakPath, probably speeding up indexing considerably. Perhaps even making indexing competitive with iteration.
This requires much more careful index invalidation, so #7 is likely a prerequisite.
The text was updated successfully, but these errors were encountered:
Now that SE-0065 moved index manipulation methods into collections, it would be possible to switch to
unowned(unsafe)
references insideBTreeWeakPath
, probably speeding up indexing considerably. Perhaps even making indexing competitive with iteration.This requires much more careful index invalidation, so #7 is likely a prerequisite.
The text was updated successfully, but these errors were encountered: