Is there any plan on supporting the iterator for masstree?
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?
Hi @absolute8511,
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.
Thanks for the useful question again.
Thanks, Sekwon
Thanks for your explain, looking forward to all the great features you are working on.