Open mbhall88 opened 4 years ago
Ah, I was looking for something similar. I'm probably just going to create my own helper func to make this easier for me. I'm not sure if this library is still seeing active updates but if so, I don't mind making a test covered PR with this feature implemented
Relatedly, I'd like to be able to chop one interval tree out of another. I don't know the algorithms enough to know if this would actually be more efficient than just looping over the intervals in the second tree however (what I'm currently doing).
I was wondering whether you think that adding the ability to
chop
anIntervalTree
with anInterval
would be possible?I find myself having to do things like this regularly
It would nice to be able to do