Warning
Work in progress
A fast Interval Tree data structure for python:
- Typed Uses generics in intervals and tree classes
- Fast: Binned sorage reduces problem complexity
Simply add the quicktree PyPI package to your pyproject.toml and use it:
[project]
dependencies = ["quicktree"]Todo: examples