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
Prefix btset (our set is a rbset)
See e.g. https://abseil.io/blog/20190812-btree
Another good implementation is in NetBSD, the linux kernel ones are also not that bad.
wip in the branch btree
no pointer and iterator stability. values are moved.
The text was updated successfully, but these errors were encountered:
Prefix
btset
(our set is a rbset)See e.g. https://abseil.io/blog/20190812-btree
Another good implementation is in NetBSD, the linux kernel ones are also not that bad.
wip in the branch
btree
no pointer and iterator stability. values are moved.
The text was updated successfully, but these errors were encountered: