inet
inet copied to clipboard
IntervalTree::deleteNode is slow, because it doesn't use binary search.
The current implementation potentially traverses the whole tree to find the node to be deleted.