btree4j icon indicating copy to clipboard operation
btree4j copied to clipboard

WIP: Remove from a key to end

Open mr-bat opened this issue 5 years ago • 1 comments

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)).

mr-bat avatar May 18 '19 09:05 mr-bat

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

myui avatar May 24 '19 15:05 myui