Skip to content

Commit b0f021a

Browse files
author
RomaLzhih
committed
docs: update read me
1 parent 1a9c6ef commit b0f021a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# PSI: A library for Parallel Spatial Indexes
22
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;
4-
- 🔀 Fully parallel;
5-
- 📝 Provide strong theoretical guarantees for the running time, parallelism, and I/O (cache) efficiency;
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!
6+
- 📝 Provide strong theoretical guarantees for the running time, parallelism, and I/O (cache) efficiency,
67
- 🛠️ Easy to adapt, integrate, and deploy.
78

89
## Docs

0 commit comments

Comments
 (0)