Skip to content

fastquadtree

Rust-optimized quadtree with a clean Python API

PyPI Python versions Downloads Build Coverage

PyO3 maturin

Interactive Screenshot

Why use fastquadtree

  • Simple Python API you can teach in one review
  • Fast inserts and queries on hundreds of thousands of points
  • Optional object tracking for id ↔ object mapping
  • Clean integrations for range queries and nearest neighbors

Install

pip install fastquadtree

Look at the nav panel for quick start guides and API docs