An interval tree implemented in Go. Currently in progress.
- Polymorphic intervals with an interface that implements comparison and allows a payload (i.e. data attached to an interval)
- AVL tree implementation instead of a BST.
- Possibly use concurrent search for some methods.
- Implement all available functionality in this Python library.