Settings

Theme

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

31 points by habedi0 4 months ago · 0 comments · 1 min read

Reader

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 construction

Project's GitHub repo: https://github.com/habedi/spart

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection