Skip to content

Commit 43bfa1a

Browse files
authored
docs: Add citations for Parallel Dynamic Spatial Indexes
Updated citation section with new paper references.
1 parent 9d9fe0c commit 43bfa1a

1 file changed

Lines changed: 17 additions & 10 deletions

File tree

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,24 @@ PSI is a high-performance parallel library for a collection of spatial indexes,
1616
## Citation
1717
If you use our code, please cite our papers:
1818
```tex
19-
@article{men2025parallel,
20-
title={Parallel kd-tree with Batch Updates},
21-
author={Men, Ziyang and Shen, Zheqi and Gu, Yan and Sun, Yihan},
22-
journal={Proceedings of the ACM on Management of Data},
23-
volume={3},
24-
number={1},
25-
pages={1--26},
26-
year={2025},
27-
publisher={ACM New York, NY, USA}
19+
@inproceedings{men2026parallel,
20+
author = {Men, Ziyang and Huang, Bo and Gu, Yan and Sun, Yihan},
21+
title = {Parallel Dynamic Spatial Indexes},
22+
year = {2026},
23+
publisher = {Association for Computing Machinery},
24+
address = {New York, NY, USA},
25+
booktitle = {Proceedings of the 31st ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming},
26+
location = {Sydney, Australia},
27+
series = {PPoPP '26},
28+
doi = {10.1145/3774934.3786412}
29+
}
30+
31+
@article{men2026parallel,
32+
title={Parallel Dynamic Spatial Indexes},
33+
author={Men, Ziyang and Huang, Bo and Gu, Yan and Sun, Yihan},
34+
journal={arXiv preprint arXiv:2601.05347},
35+
year={2026}
2836
}
29-
3037
```
3138

3239
Have a good day! ☀️

0 commit comments

Comments
 (0)