Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any plan on supporting the iterator for masstree? #10

Open
absolute8511 opened this issue Aug 10, 2020 · 2 comments
Open

Is there any plan on supporting the iterator for masstree? #10

absolute8511 opened this issue Aug 10, 2020 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@absolute8511
Copy link

absolute8511 commented Aug 10, 2020

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?

@SeKwonLee
Copy link
Member

SeKwonLee commented Aug 10, 2020

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

@vijay03 vijay03 added the help wanted Extra attention is needed label Aug 10, 2020
@absolute8511
Copy link
Author

Thanks for your explain, looking forward to all the great features you are working on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants