Show HN: Spart – 一个用于快速空间搜索的 Rust 库,附带 Python 绑定

6作者: habedi09 个月前
大家好, 我用 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&#x27;ve made an open-source library for fast spatial search in Rust.<p>It&#x27;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&#x27;s GitHub repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;habedi&#x2F;spart" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;habedi&#x2F;spart</a>