We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c4ecde + 7f16f75 commit 0ddba41Copy full SHA for 0ddba41
README.md
@@ -26,7 +26,7 @@ Rust-optimized quadtree with a clean Python API
26
27
## Why use fastquadtree
28
29
-- Clean [Python API](https://elan456.github.io/fastquadtree/api/quadtree/) with no external dependencies and modern typing hints
+- Clean [Python API](https://elan456.github.io/fastquadtree/api/quadtree/) with **no external dependencies** and modern typing hints
30
- The fastest quadtree Python package ([>10x faster](https://elan456.github.io/fastquadtree/benchmark/) than pyqtree)
31
- Prebuilt wheels for Windows, macOS, and Linux
32
- Support for [inserting bounding boxes](https://elan456.github.io/fastquadtree/api/rect_quadtree/) or points
0 commit comments