Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 573 Bytes

File metadata and controls

25 lines (17 loc) · 573 Bytes

Warning

Work in progress

QuickTree

🌲 Fast interval trees for python 🌲

📦 Description

A fast Interval Tree data structure for python:

  • Typed Uses generics in intervals and tree classes
  • Fast: Binned sorage reduces problem complexity

📦 Usage

Simply add the quicktree PyPI package to your pyproject.toml and use it:

[project]
dependencies = ["quicktree"]

Todo: examples