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

WIP: Remove from a key to end #3

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Conversation

mr-bat
Copy link

@mr-bat mr-bat commented May 18, 2019

This feature adds the ability to delete all values greater than or equal to a specified value. Its time complexity is of O(log(n)).

@myui
Copy link
Owner

myui commented May 24, 2019

Bulk delete requires node shrinking (garbage collection). WIP for it.

@mr-bat mr-bat changed the title Remove from a key to end WIP: Remove from a key to end May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants