We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe89ee7 commit f16892bCopy full SHA for f16892b
1 file changed
README.md
@@ -1,8 +1,8 @@
1
# PSI: A library for Parallel Spatial Indexes
2
PSI is a high-performance parallel library for a collection of spatial indexes, e.g., Kd-trees, Quad/Oct-trees, and R-trees, which are:
3
-- 🚀 Blazing fast, and scale to billions input size,
4
-- 🔀 Highly parallel, achieves almost linear speedup up to hundreds of cores,
5
-- 🎳 Supports tree construction, batch updates (with handling of imbalance), KNN, range count, and range query, all in parallel!
+- 🚀 Blazing fast, and scales to billions of input size,
+- 🔀 Highly parallel, achieves almost linear speedup for hundreds of cores,
+- 🎳 Supports tree construction, batch updates (with handling of imbalance), and a wide range of queries,
6
- 📝 Provide strong theoretical guarantees for the running time, parallelism, and I/O (cache) efficiency,
7
- 🛠️ Easy to adapt, integrate, and deploy.
8
0 commit comments