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
Currently, I only saw the scan method on masstree. Iterator on masstree may need some methods such as seek(key), next, seekfirst, seeklast. I'm wondering any plan on this?
The text was updated successfully, but these errors were encountered:
Thanks for your inquiry about supporting the iterator for P-Masstree. Unfortunately, I have no detailed plans for supporting the iterator in P-Masstree now. However, I think it is useful to support enough.
Currently, we are working on providing the implementations supporting read-committed and applying a PM allocator handling permanent memory leaks with the highest priority. So, it would be difficult to support the implementation of iterators in the near future. However, as soon as the current work is done, we will consider supporting that feature as well.
Currently, I only saw the scan method on masstree. Iterator on masstree may need some methods such as seek(key), next, seekfirst, seeklast. I'm wondering any plan on this?
The text was updated successfully, but these errors were encountered: