jonathanGB/Unbounded-Interval-Tree

State of the delete branch

Opened this issue · 1 comments

Hi Jonathan,
I'm very curious about the state of the delete branch as this seems the only available implementation of a mutable interval tree in Rust that I can find online.
I need a performant mutable interval tree in my FOSS project atm and I'd love to not write a new implementation from scratch as your is already on crates, if you welcome contributions.

Hi Andrea,

I have not made any progress on the delete branch since I worked on it a couple of years ago. If you're interested in implementing it, I will gladly review it!