Show HN: Spart – 一个用于快速空间搜索的 Rust 库,附带 Python 绑定
6 分•作者: habedi0•9 个月前
大家好,
我用 Rust 编写了一个开源库,用于快速空间搜索。
它名为 Spart,目前提供以下功能:
- 五种树实现:四叉树、八叉树、KD 树、R 树和 R* 树
- Python 绑定(PyPI 上的 `pyspart`)
- 快速的 k 最近邻 (kNN) 和半径搜索
- 批量数据加载,用于高效的树构建
项目 GitHub 仓库:<a href="https://github.com/habedi/spart" rel="nofollow">https://github.com/habedi/spart</a>
查看原文
Hi everyone,<p>I've made an open-source library for fast spatial search in Rust.<p>It's called Spart, and it currently provides the following features:<p>- Five tree implementations: Quadtree, Octree, Kd-tree, R-tree, and R*-tree<p>- Python bindings (`pyspart` on PyPI)<p>- Fast k-nearest neighbor (kNN) and radius search<p>- Bulk data loading for efficient tree construction<p>Project's GitHub repo: <a href="https://github.com/habedi/spart" rel="nofollow">https://github.com/habedi/spart</a>