jonathanGB / Unbounded-Interval-Tree

Interval Tree In Rust
https://crates.io/crates/unbounded-interval-tree
MIT License
16 stars 3 forks source link

State of the delete branch #3

Open andreafioraldi opened 2 years ago

andreafioraldi commented 2 years ago

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.

jonathanGB commented 2 years ago

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!