Show HN: Spart – A Rust library for fast spatial search with Python bindings

https://news.ycombinator.com/rss Hits: 4
Summary

Hi everyone,I've made an open-source library for fast spatial search in Rust.It's called Spart, and it currently provides the following features:- Five tree implementations: Quadtree, Octree, Kd-tree, R-tree, and R*-tree- Python bindings (`pyspart` on PyPI)- Fast k-nearest neighbor (kNN) and radius search- Bulk data loading for efficient tree constructionProject's GitHub repo: https://github.com/habedi/spart

First seen: 2025-08-27 22:24

Last seen: 2025-08-28 01:26