btree4j
btree4j copied to clipboard
WIP: Remove from a key to end
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)).
Bulk delete requires node shrinking (garbage collection). WIP for it.