Interval Tree backed by augmented Splay Tree
This is not threadsafe! Every query modifies the tree.
Enable instrumentation: version(instrument) This will calculate statistics related to traversal depth
Common API across Interval AVL Trees and Interval Splay Trees
Probably should not be used directly by consumer
See Source File
James S. Blachly, MD <james.blachly@gmail.com>
Copyright (c) 2019 James Blachly
MIT
Interval Tree backed by augmented Splay Tree
This is not threadsafe! Every query modifies the tree.
Enable instrumentation: version(instrument) This will calculate statistics related to traversal depth