-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.bib
11646 lines (10267 loc) · 319 KB
/
main.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
% Entries
@inproceedings{msturing,
author = {Hongfei Zhang and
Xia Song and
Chenyan Xiong and
Corby Rosset and
Paul N. Bennett and
Nick Craswell and
Saurabh Tiwary},
editor = {Benjamin Piwowarski and
Max Chevalier and
{\'{E}}ric Gaussier and
Yoelle Maarek and
Jian{-}Yun Nie and
Falk Scholer},
title = {Generic Intent Representation in Web Search},
booktitle = {Proceedings of the 42nd International {ACM} {SIGIR} Conference on
Research and Development in Information Retrieval, {SIGIR} 2019, Paris,
France, July 21-25, 2019},
pages = {65--74},
publisher = {{ACM}},
year = {2019},
url = {https://doi.org/10.1145/3331184.3331198},
doi = {10.1145/3331184.3331198},
}
@inproceedings{msmarco,
series={WWW ’24},
title={MS MARCO Web Search: A Large-scale Information-rich Web Dataset with Millions of Real Click Labels},
booktitle={Companion Proceedings of the ACM on Web Conference 2024},
author={Chen, Qi and Geng, Xiubo and Rosset, Corby and Buractaon, Carolyn and Lu, Jingwen and Shen, Tao and Zhou, Kun and Xiong, Chenyan and Gong, Yeyun and Bennett, Paul and Craswell, Nick and Xie, Xing and Yang, Fan and Tower, Bryan and Rao, Nikhil and Dong, Anlei and Jiang, Wenqi and Liu, Zheng and Li, Mingqin and Liu, Chuanjie and Li, Zengzhong and Majumder, Rangan and Neville, Jennifer and Oakley, Andy and Risvik, Knut Magne and Simhadri, Harsha Vardhan and Varma, Manik and Wang, Yujing and Yang, Linjun and Yang, Mao and Zhang, Ce},
year={2024},
}
@inproceedings{indyk1998towards,
author = {Piotr Indyk and
Rajeev Motwani},
editor = {Jeffrey Scott Vitter},
title = {Approximate Nearest Neighbors: Towards Removing the Curse of Dimensionality},
booktitle = {Proceedings of the Thirtieth Annual {ACM} Symposium on the Theory
of Computing, Dallas, Texas, USA, May 23-26, 1998},
pages = {604--613},
publisher = {{ACM}},
year = {1998},
url = {https://doi.org/10.1145/276698.276876},
doi = {10.1145/276698.276876},
}
@article{douze2021image,
author = {Matthijs Douze and
Giorgos Tolias and
Ed Pizzi and
Zo{\"{e}} Papakipos and
Lowik Chanussot and
Filip Radenovic and
Tom{\'{a}}s Jen{\'{\i}}cek and
Maxim Maximov and
Laura Leal{-}Taix{\'{e}} and
Ismail Elezi and
Ondrej Chum and
Cristian Canton{-}Ferrer},
title = {The 2021 Image Similarity Dataset and Challenge},
journal = {CoRR},
volume = {abs/2106.09672},
year = {2021},
url = {https://arxiv.org/abs/2106.09672},
eprinttype = {arXiv},
eprint = {2106.09672},
}
@misc{simsearchnet,
author = {MetaAI},
year = {2020},
title = {Using AI to detect COVID-19 misinformation and exploitative content},
howpublished = {Webpage},
url = {https://ai.facebook.com/blog/using-ai-to-detect-covid-19-misinformation-and-exploitative-content/},
lastaccessed = {January 26, 2022},
}
@inproceedings{simhadri2021results,
author = {Harsha Vardhan Simhadri and
George Williams and
Martin Aum{\"{u}}ller and
Matthijs Douze and
Artem Babenko and
Dmitry Baranchuk and
Qi Chen and
Lucas Hosseini and
Ravishankar Krishnaswamy and
Gopal Srinivasa and
Suhas Jayaram Subramanya and
Jingdong Wang},
editor = {Douwe Kiela and
Marco Ciccone and
Barbara Caputo},
title = {Results of the NeurIPS'21 Challenge on Billion-Scale Approximate Nearest
Neighbor Search},
booktitle = {NeurIPS 2021 Competitions and Demonstrations Track, 6-14 December
2021, Online},
series = {Proceedings of Machine Learning Research},
volume = {176},
pages = {177--189},
publisher = {{PMLR}},
year = {2021},
url = {https://proceedings.mlr.press/v176/simhadri22a.html},
}
@inproceedings{wang2013pltree,
author = {Jie Wang and
Jian Lu and
Zheng Fang and
Tingjian Ge and
Cindy X. Chen},
editor = {Mario A. Nascimento and
Timos K. Sellis and
Reynold Cheng and
J{\"{o}}rg Sander and
Yu Zheng and
Hans{-}Peter Kriegel and
Matthias Renz and
Christian Sengstock},
title = {PL-Tree: An Efficient Indexing Method for High-Dimensional Data},
booktitle = {Advances in Spatial and Temporal Databases - 13th International Symposium,
{SSTD} 2013, Munich, Germany, August 21-23, 2013. Proceedings},
series = {Lecture Notes in Computer Science},
volume = {8098},
pages = {183--200},
publisher = {Springer},
year = {2013},
url = {https://doi.org/10.1007/978-3-642-40235-7\_11},
doi = {10.1007/978-3-642-40235-7\_11}
}
@article{szilvasy2024vector,
author = {Gergely Szilvasy and
Pierre{-}Emmanuel Mazar{\'{e}} and
Matthijs Douze},
title = {Vector search with small radiuses},
journal = {CoRR},
volume = {abs/2403.10746},
year = {2024},
url = {https://doi.org/10.48550/arXiv.2403.10746},
doi = {10.48550/ARXIV.2403.10746},
eprinttype = {arXiv},
eprint = {2403.10746},
}
@article{chazelle2008approximate,
author = {Bernard Chazelle and
Ding Liu and
Avner Magen},
title = {Approximate range searching in higher dimension},
journal = {Comput. Geom.},
volume = {39},
number = {1},
pages = {24--29},
year = {2008},
url = {https://doi.org/10.1016/j.comgeo.2007.05.008},
doi = {10.1016/J.COMGEO.2007.05.008},
timestamp = {Thu, 11 Feb 2021 23:27:09 +0100},
biburl = {https://dblp.org/rec/journals/comgeo/ChazelleLM08.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@misc{lfkdtree,
title = {ConcurrentKDTree},
howpublished = {\url{https://github.com/bapi/ConcurrentKDTree_o}},
author = {Bapi Chatterjee},
year ={2016}
}
@misc{plummer,
title = {UCSD PHYS 141/241: Computational Physics I},
howpublished = {\url{https://jduarte.physics.ucsd.edu/phys141/README.html}},
author = {Javier Duarte},
year ={2022}
}
@inproceedings{GuerraouiT16,
author = {Rachid Guerraoui and
Vasileios Trigonakis},
editor = {Rafael Asenjo and
Tim Harris},
title = {Optimistic concurrency with {OPTIK}},
booktitle = ppopp,
year = {2016},
url = {https://doi.org/10.1145/2851141.2851146},
doih = {10.1145/2851141.2851146},
}
@article{KAA23,
author = {Ilya Kokorin and Dan Alistarh and Vitaly Aksenov},
title = {Wait-free Trees with Asymptotically-Efficient Range Queries},
journal = {CoRR},
volume = {abs/2310.05293},
year = {2023},
}
@inproceedings{ edit-distance,
title = { Efficient Parallel Output-Sensitive Edit Distance},
author = {Ding, Xiangyun and Dong, Xiaojun and Gu, Yan and Liu, Youzhe and Sun, Yihan},
booktitle = {European Symposium on Algorithms (ESA)},
year = { 2023 }
}
@inproceedings{ben2021space,
title = {Space and Time Bounded Multiversion Garbage Collection},
author = {Ben-David, Naama and Blelloch, Guy E and Fatourou, Panagiota and Ruppert, Eric and Sun, Yihan and Wei, Yuanhao},
booktitle = disc,
year = {2021}
}
@inproceedings{gu2022analysis,
title = {Analysis of Work-Stealing and Parallel Cache Complexity},
author = {Gu, Yan and Napier, Zachary and Sun, Yihan},
booktitle = apocs,
pages = {46--60},
year = {2022},
organization = {SIAM}
}
@inproceedings{gu2023parallel,
title = {Parallel Longest Increasing Subsequence and van Emde Boas Trees},
author = {Gu, Yan and Men, Ziyang and Shen, Zheqi and Sun, Yihan and Wan, Zijin},
booktitle = spaa,
year = {2023}
}
@inproceedings{dong2023high,
title = {High-Performance and Flexible Parallel Algorithms for Semisort and Related Problems},
author = {Dong, Xiaojun and Wu, Yunshu and Wang, Zhongqi and Dhulipala, Laxman and Gu, Yan and Sun, Yihan},
booktitle = spaa,
year = {2023}
}
@article{dong2023provably,
title = {Provably Fast and Space-Efficient Parallel Biconnectivity},
author = {Dong, Xiaojun and Wang, Letong and Gu, Yan and Yihan Sun},
journal = ppopp,
pages = {52--65},
year = {2023}
}
@inproceedings{wang2023parallel,
title = {Parallel Strong Connectivity Based on Faster Reachability},
author = {Wang, Letong and Dong, Xiaojun and Gu, Yan and Sun, Yihan},
booktitle = sigmod,
year = {2023}
}
@inproceedings{kang2023pim,
title = {PIM-tree: A Skew-resistant Index for Processing-in-Memory},
author = {Kang, Hongbo and Zhao, Yiwei and Blelloch, Guy and Dhulipala, Laxman and Gu, Yan and McGuffey, Charles and Gibbons, Phillip},
booktitle = vldb,
year = {2023}
}
@inproceedings{anderson2021parallel,
title={Parallel Minimum Cuts in O (m log2 n) Work and Low Depth},
author={Anderson, Daniel and Blelloch, Guy E},
booktitle={Proceedings of the 33rd ACM Symposium on Parallelism in Algorithms and Architectures},
pages={71--82},
year={2021}
}
@inproceedings{liu2022parallel,
title={Parallel batch-dynamic algorithms for k-core decomposition and related graph problems},
author={Liu, Quanquan C and Shi, Jessica and Yu, Shangdi and Dhulipala, Laxman and Shun, Julian},
booktitle={Proceedings of the 34th ACM Symposium on Parallelism in Algorithms and Architectures},
pages={191--204},
year={2022}
}
@inproceedings{ bcc,
title = { Provably Fast and Space-Efficient Parallel Biconnectivity },
author = {Dong, Xiaojun and Wang, Letong and Gu, Yan and Sun, Yihan},
booktitle = {ACM Symposium on Principles and Practice of Parallel Programming (PPoPP)},
year = { 2023 }
}
@misc{stanford23,
url={https://graphics.stanford.edu/data/3Dscanrep/},
journal={The Stanford 3D Scanning Repository},
year={2023},
month={Apr}
}
@article{huang2023faster,
author = {Yihao Huang and
Shangdi Yu and
Julian Shun},
title = {Faster Parallel Exact Density Peaks Clustering},
journal = {CoRR},
volume = {abs/2305.11335},
year = {2023},
url = {https://doi.org/10.48550/arXiv.2305.11335},
doi = {10.48550/arXiv.2305.11335},
eprinttype = {arXiv},
eprint = {2305.11335}
}
@inproceedings{thomson2012calvin,
title={Calvin: fast distributed transactions for partitioned database systems},
author={Thomson, Alexander and Diamond, Thaddeus and Weng, Shu-Chun and Ren, Kun and Shao, Philip and Abadi, Daniel J},
booktitle={Proceedings of the 2012 ACM SIGMOD international conference on management of data},
pages={1--12},
year={2012}
}
@article{ding2018improving,
title={Improving optimistic concurrency control through transaction batching and operation reordering},
author={Ding, Bailu and Kot, Lucja and Gehrke, Johannes},
journal={Proceedings of the VLDB Endowment},
volume={12},
number={2},
pages={169--182},
year={2018},
publisher={VLDB Endowment}
}
@article{thomson2010case,
title={The case for determinism in database systems},
author={Thomson, Alexander and Abadi, Daniel J},
journal={Proceedings of the VLDB Endowment},
volume={3},
number={1-2},
pages={70--80},
year={2010},
publisher={VLDB Endowment}
}
@inproceedings{wang2021fast,
author = {Yiqiu Wang and
Shangdi Yu and
Yan Gu and
Julian Shun},
title = {Fast Parallel Algorithms for Euclidean Minimum Spanning Tree and Hierarchical
Spatial Clustering},
booktitle = {{SIGMOD} '21: International Conference on Management of Data, Virtual
Event, China, June 20-25, 2021},
pages = {1982--1995},
publisher = {{ACM}},
year = {2021},
url = {https://doi.org/10.1145/3448016.3457296},
doi = {10.1145/3448016.3457296}
}
@inproceedings{ichnowski2018concurrent,
author = {Jeffrey Ichnowski and
Ron Alterovitz},
title = {Concurrent Nearest-Neighbor Searching for Parallel Sampling-Based
Motion Planning in SO(3), SE(3), and Euclidean Spaces},
booktitle = {Algorithmic Foundations of Robotics XIII, Proceedings of the 13th
Workshop on the Algorithmic Foundations of Robotics, {WAFR} 2018,
M{\'{e}}rida, Mexico, December 9-11, 2018},
series = {Springer Proceedings in Advanced Robotics},
volume = {14},
pages = {69--85},
publisher = {Springer},
year = {2018},
url = {https://doi.org/10.1007/978-3-030-44051-0\_5},
doi = {10.1007/978-3-030-44051-0\_5}
}
@inproceedings{chatterjee2018concurrent,
author = {Bapi Chatterjee and
Ivan Walulya and
Philippas Tsigas},
title = {Concurrent Linearizable Nearest Neighbour Search in LockFree-kD-tree},
booktitle = {Proceedings of the 19th International Conference on Distributed Computing
and Networking, {ICDCN} 2018, Varanasi, India, January 4-7, 2018},
pages = {11:1--11:10},
publisher = {{ACM}},
year = {2018},
url = {https://doi.org/10.1145/3154273.3154307},
doi = {10.1145/3154273.3154307}
}
@inproceedings{wang2022pargeo,
author = {Yiqiu Wang and
Rahul Yesantharao and
Shangdi Yu and
Laxman Dhulipala and
Yan Gu and
Julian Shun},
title = {ParGeo: {A} Library for Parallel Computational Geometry},
booktitle = esa,
series = {LIPIcs},
volume = {244},
pages = {88:1--88:19},
}
@inproceedings{OLNWL16,
author = {Oukid, Ismail and Lasperas, Johan and Nica, Anisoara and Willhalm, Thomas and Lehner, Wolfgang},
title = {FPTree: A Hybrid SCM-DRAM Persistent and Concurrent B-Tree for Storage Class Memory},
year = {2016},
doi = {10.1145/2882903.2915251},
booktitle = sigmod,
pagesx = {371–386},
}
@inproceedings{pamtutorialspaa,
title={Implementing Parallel Tree Structure in Shared-Memory},
author={Sun, Yihan},
booktitle=spaa,
year={2020}
}
@inproceedings{spaa22workshop,
title={Workshop on Large-Scale Graph Processing},
booktitle=spaa,
howpublished={\url{https://paralg.github.io/largescalegraphs/}},
year={2022}
}
@inproceedings{nvmtutorial,
title={Tutorial: Abstractions and Algorithms for Efficiently Programming {NVRAMs}},
author={Ben-David, Naama and Blelloch, Guy and Dhulipala, Laxman and Friedman, Michal and Gu, Yan and McGuffey, Charles and Wei, Yuanhao},
booktitle=ppopp,
year={2020}
}
@inproceedings{sun2019implementing,
title={Implementing parallel and concurrent tree structures},
author={Sun, Yihan and Blelloch, Guy},
booktitle=ppopp,
pagesx={447--450},
year={2019}
}
@article{ONeilCGO96,
author = {Patrick E. O'Neil and
Edward Cheng and
Dieter Gawlick and
Elizabeth J. O'Neil},
title = {The Log-Structured Merge-Tree {(LSM-Tree)}},
journal = {Acta Informatica},
volume = {33},
number = {4},
pages = {351--385},
year = {1996},
doi = {10.1007/s002360050048},
}
@inproceedings{SearsR12,
author = {Russell Sears and
Raghu Ramakrishnan},
editor = {K. Sel{\c{c}}uk Candan and
Yi Chen and
Richard T. Snodgrass and
Luis Gravano and
Ariel Fuxman},
title = {{bLSM}: a general purpose log structured merge tree},
booktitle = sigmod,
pages = {217--228},
publisher = {{ACM}},
year = {2012},
doi = {10.1145/2213836.2213862},
}
@article{Teng18,
author = {Teng, Dejun and Guo, Lei and Lee, Rubao and Chen, Feng and Zhang, Yanfeng and Ma, Siyuan and Zhang, Xiaodong},
title = {A Low-Cost Disk Solution Enabling {LSM-Tree} to Achieve High Performance for Mixed Read/Write Workloads},
year = {2018},
issue_date = {May 2018},
address = {New York, NY, USA},
volume = {14},
number = {2},
doi = {10.1145/3162615},
journal = {ACM Trans. Storage},
month = {apr},
articleno = {15},
}
@inproceedings{Golan-GuetaBHK15,
author = {Guy Golan{-}Gueta and
Edward Bortnikov and
Eshcar Hillel and
Idit Keidar},
title = {Scaling concurrent log-structured data stores},
booktitle = eurosys,
pages = {32:1--32:14},
publisher = {{ACM}},
year = {2015},
doi = {10.1145/2741948.2741973},
}
@inproceedings{JiaoBPZBMBCCFGJ22,
author = {Yizheng Jiao and
Simon Bertron and
Sagar Patel and
Luke Zeller and
Rory Bennett and
Nirjhar Mukherjee and
Michael A. Bender and
Michael Condict and
Alex Conway and
Martin Farach{-}Colton and
Xiongzi Ge and
William Jannen and
Rob Johnson and
Donald E. Porter and
Jun Yuan},
title = {BetrFS: a compleat file system for commodity SSDs},
booktitle = eurosys,
pages = {610--627},
publisher = {{ACM}},
year = {2022},
doi = {10.1145/3492321.3519571},
}
@article{blelloch2022joinable,
title={Joinable Parallel Balanced Binary Trees},
author={Blelloch, Guy E. and Ferizovic, Daniel and Sun, Yihan},
journal=topc,
volume={9},
number={2},
pagesx={1--41},
year={2022},
publisher={ACM New York, NY}
}
@inproceedings{parhac,
title={Hierarchical Agglomerative Graph Clustering in Poly-Logarithmic Depth},
author={Dhulipala, Laxman and Eisenstat, David and {\L}{\k{a}}cki, Jakub and Mirrokni, Vahab and Shi, Jessica},
booktitle=neurips,
year = {2022}
}
@article{munoz2019hierarchical,
title={Hierarchical clustering-based graphs for large scale approximate nearest neighbor search},
author={Munoz, Javier Vargas and Gon{\c{c}}alves, Marcos A and Dias, Zanoni and Torres, Ricardo da S},
journal={Pattern Recognition},
volume={96},
pagesx={106970},
year={2019},
publisher={Elsevier}
}
@inproceedings{shen2022many,
title={Many Sequential Iterative Algorithms Can Be Parallel and (Nearly) Work-efficient},
author={Shen, Zheqi and Wan, Zijin and Gu, Yan and Sun, Yihan},
booktitle=spaa,
year={2022}
}
@inproceedings{gu2022parallel,
title={Parallel Cover Trees and their Applications},
author={Gu, Yan and Napier, Zachary and Sun, Yihan and Wang, Letong},
booktitle=spaa,
year={2022},
}
@misc{haskellContainers,
title={Haskell Container Library},
authors={Haskell Community},
howpublished={\url{https://hackage.haskell.org/package/containers-0.6.6}}
}
@misc{ucrbpc,
title={{BPC} plan from {UC} {R}iverside},
year = 2023,
author={UC Riverside},
howpublished={{\small\url{https://plans.bpcnet.org/UniversityOfCalifornia-Riverside_ComputerScienceAndEngineering_DepartmentalBPCPlan.pdf}}}
}
@misc{umdbpc,
title={{BPC} plan from {University of Maryland}},
year = 2023,
author={University of Maryland},
howpublished={\url{https://drive.google.com/file/d/1mVFCaztxKYttJgMF_P1rAam_YrAS9dhU/view}}
}
@misc{cmubpc,
title={{BPC} plan from {Carnegie Mellon University}},
year = "2022--2024",
author={Carnegie Mellon University},
howpublished={{\small\url{https://plans.bpcnet.org/CarnegieMellonUniversity_ComputerScience_DepartmentalBPCPlan.pdf}}}
}
@misc{210Lib,
title={15210 Library of Parallel Purely Functional Data Structures},
year = 2015,
author={Umut Acar and Guy Blelloch and Sam Westrick and others},
howpublished={\url{http://www.cs.cmu.edu/afs/cs/academic/class/15210-f15/www/docs/}}
}
@misc{smlUtils,
title={{SML} Utils Library},
year= 1991,
author={Emden Gansner and John Reppy and others},
howpublished={\url{https://www.smlnj.org/doc/smlnj-lib/Util/smlnj-lib.html}}
}
@misc{ocamlLib,
title={OCaml Library},
year= 1991,
author={Xavier Leroy and others},
howpublished={\url{https://v2.ocaml.org/api/}}
}
@misc{scalaImmutable,
title={\texttt{scala.collection.immutable}},
author={Martin Odersky and others},
howpublished={\url{https://www.scala-lang.org/api/2.13.3/scala/collection/immutable/index.html}}
}
@misc{scalaImmutablePar,
title={\texttt{scala.collection.parallel.immutable}},
author={Martin Odersky and others},
howpublished={\url{https://www.scala-lang.org/api/2.12.4/scala/collection/parallel/immutable/index.html}}
}
@article{denning20153dflow,
title={3dflow: Continuous summarization of mesh editing workflows},
author={Denning, Jonathan D and Tibaldo, Valentina and Pellacini, Fabio},
journal={ACM Transactions on Graphics (TOG)},
volume={34},
number={4},
pagesx={1--9},
year={2015}
}
@article{denning2013meshgit,
title={Meshgit: Diffing and merging meshes for polygonal modeling},
author={Denning, Jonathan D and Pellacini, Fabio},
journal={ACM Transactions on Graphics (TOG)},
volume={32},
number={4},
pagesx={1--10},
year={2013},
publisher={ACM New York, NY, USA}
}
@article{salvati2015meshhisto,
title={Meshhisto: Collaborative modeling by sharing and retargeting editing histories},
author={Salvati, Gabriele and Santoni, Christian and Tibaldo, Valentina and Pellacini, Fabio},
journal={ACM Transactions on Graphics (TOG)},
volume={34},
number={6},
pagesx={1--10},
year={2015}
}
@article{carra2019scenegit,
title={SceneGit: a practical system for diffing and merging 3D environments},
author={Carra, Edoardo and Pellacini, Fabio},
journal={ACM Transactions on Graphics (TOG)},
volume={38},
number={6},
pagesx={1--15},
year={2019}
}
@inproceedings{karras2013fast,
title={Fast parallel construction of high-quality bounding volume hierarchies},
author={Karras, Tero and Aila, Timo},
booktitle={High-Performance Graphics Conference},
pagesx={89--99},
year={2013}
}
@article{burgess2020rtx,
title={{RTX} on---the nvidia turing {GPU}},
author={Burgess, John},
journal={IEEE Micro},
volume={40},
number={2},
pagesx={36--44},
year={2020},
publisher={IEEE}
}
@inproceedings{wald2009state,
title={State of the art in ray tracing animated scenes},
author={Wald, Ingo and Mark, William R and G{\"u}nther, Johannes and Boulos, Solomon and Ize, Thiago and Hunt, Warren and Parker, Steven G and Shirley, Peter},
booktitle={Computer Graphics Forum},
volume={28},
number={6},
pagesx={1691--1722},
year={2009},
}
@article{wald2014embree,
title={Embree: a kernel framework for efficient CPU ray tracing},
author={Wald, Ingo and Woop, Sven and Benthin, Carsten and Johnson, Gregory S and Ernst, Manfred},
journal={ACM Transactions on Graphics (TOG)},
volume={33},
number={4},
pagesx={1--8},
year={2014},
publisher={ACM New York, NY, USA}
}
@article{manthey2011parallel,
title={Parallel {SAT} solving-using more cores},
author={Manthey, Norbert},
journal={Pragmatics of SAT},
year={2011}
}
@article{dal2015cud,
title={{CUD}@{SAT}: {SAT} solving on {GPUs}},
author={Dal Pal{\`u}, Alessandro and Dovier, Agostino and Formisano, Andrea and Pontelli, Enrico},
journal={Journal of Experimental \& Theoretical Artificial Intelligence},
volume={27},
number={3},
pagesx={293--316},
year={2015},
publisher={Taylor \& Francis}
}
@inproceedings{liew2020verifying,
title={Verifying properties of bit-vector multiplication using cutting planes reasoning},
author={Liew, Vincent and Beame, Paul and Devriendt, Jo and Elffers, Jan and Nordstr{\"o}m, Jakob},
booktitle={Conference On Formal Methods in Computed-Aided Design (FMCAD)},
volume={1},
pagesx={194--204},
year={2020},
}
@inproceedings{elffers2018divide,
title={Divide and Conquer: Towards Faster Pseudo-Boolean Solving},
author={Elffers, Jan and Nordstr{\"o}m, Jakob},
booktitle={International Joint Conference on Artificial Intelligence (IJCAI)},
volume={18},
pagesx={1291--1299},
year={2018}
}
@article{sakai2015construction,
title={Construction of an {ROBDD} for a {PB-constraint} in band form and related techniques for {PB-solvers}},
author={Sakai, Masahiko and Nabeshima, Hidetomo},
journal={IEICE TRANSACTIONS on Information and Systems},
volume={98},
number={6},
pagesx={1121--1127},
year={2015},
publisher={The Institute of Electronics, Information and Communication Engineers}
}
@article{gent2018review,
title={A review of literature on parallel constraint solving},
author={Gent, Ian P and Miguel, Ian and Nightingale, Peter and McCreesh, Ciaran and Prosser, Patrick and Moore, Neil CA and Unsworth, Chris},
journal={Theory and Practice of Logic Programming},
volume={18},
number={5-6},
pagesx={725--758},
year={2018},
publisher={Cambridge University Press}
}
@inproceedings{gu2015ray,
title={Ray specialized contraction on bounding volume hierarchies},
author={Gu, Yan and He, Yong and Blelloch, Guy E},
booktitle={Computer Graphics Forum},
volume={34},
number={7},
pagesx={309--318},
year={2015}
}
@article{he2014extending,
title={Extending the graphics pipeline with adaptive, multi-rate shading},
author={He, Yong and Gu, Yan and Fatahalian, Kayvon},
journal={ACM Transactions on Graphics (TOG)},
volume={33},
number={4},
pagesx={1--12},
year={2014}
}
@article{zheng2022luisarender,
title={LuisaRender: A High-Performance Rendering Framework with Layered and Unified Interfaces on Stream Architectures},
author={Zheng, Shaokun and Zhou, Zhiqian and Chen, Xin and Yan, Difei and Zhang, Chuyan and Geng, Yuefeng and Gu, Yan and Xu, Kun},
journal={ACM Transactions on Graphics (TOG)},
volume={41},
number={6},
pagesx={1--19},
year={2022}
}
@incollection{li2011geometric,
title={A geometric study of v-style pop-ups: Theories and algorithms},
author={Li, Xian-Ying and Ju, Tao and Gu, Yan and Hu, Shi-Min},
journal={ACM Transactions on Graphics (TOG)},
pagesx={1--10},
year={2011}
}
@incollection{bader2005parallel,
title={Parallel algorithm design for branch and bound},
author={Bader, David A and Hart, William E and Phillips, Cynthia A},
booktitle={Tutorials on Emerging Methodologies and Applications in Operations Research},
pagesx={5--1},
year={2005},
publisher={Springer}
}
@inproceedings{choe2019ndp,
author = {Choe, Jiwon and Huang, Amy and Moreshet, Tali and Herlihy, Maurice and Bahar, R.~Iris},
title = {Concurrent Data Structures with Near-Data-Processing: an Architecture-Aware Implementation},
booktitle = spaa,
year = 2019,
pagesx = {297-308},
}
@inproceedings{liu2017concurrent,
title={Concurrent Data Structures for Near-memory Computing},
author={Liu, Zhiyu and Calciu, Irina and Herlihy, Maurice and Mutlu, Onur},
booktitle=spaa,
pagesx={235--245},
year={2017}
}
@article{Lisp,
author = {McCarthy, John},
title = {Recursive Functions of Symbolic Expressions and Their Computation by Machine, Part {I}},
year = {1960},
volume = {3},
number = {4},
doi = {10.1145/367177.367199},
journal = cacm,
month = {apr},
}
@inproceedings{DhulipalaB0022,
author = {Laxman Dhulipala and
Guy E. Blelloch and
Yan Gu and
Yihan Sun},
title = {{PaC}-trees: supporting parallel and compressed purely-functional collections},
booktitle = pldi,
pages = {108--121},
year = {2022},
doi = {10.1145/3519939.3523733},
}
@inproceedings{kang2021processing,
title={The Processing-in-Memory Model},
author={Kang, Hongbo and Gibbons, Phillip B and Blelloch, Guy E and Dhulipala, Laxman and Gu, Yan and McGuffey, Charles},
booktitle=spaa,
pagesx={295--306},
year={2021}
}
@inproceedings{kang2023pimtrie,
title={PIM-trie: A Skew-resistant Trie for Processing-in-Memory},
author={Kang, Hongbo and Zhao, Yiwei and Blelloch, Guy E and Dhulipala, Laxman and Gu, Yan and McGuffey, Charles and Gibbons, Phillip B},
booktitle=spaa,
pages={1--14},
year={2023}
}
@article{Mutlu2020,
author = {Onur Mutlu and
Saugata Ghose and
Juan G{\'{o}}mez{-}Luna and
Rachata Ausavarungnirun},
title = {A Modern Primer on Processing in Memory},
journal = {CoRR},
volume = {abs/2012.03112},
year = {2020},
}
@misc{upmem,
title={UPMEM PIM system},
author={UPMEM},
howpublished={\url{https://www.upmem.com/}}
}
@inproceedings{bose2020competitive,
author = {Prosenjit Bose and
Jean Cardinal and
John Iacono and
Grigorios Koumoutsos and
Stefan Langerman},
title = {Competitive Online Search Trees on Trees},
booktitle = soda,
publisher = {{SIAM}},
year = {2020}
}
% pages = {1878--1891},
@inproceedings{kozma2018smooth,
author = {L{\'{a}}szl{\'{o}} Kozma and
Thatchaphol Saranurak},
title = {Smooth heaps and a dual view of self-adjusting data structures},
booktitle = stoc,
publisher = {{ACM}},
year = {2018}
}
% pages = {801--814},
@inproceedings{iacono2016weighted,
author = {John Iacono and
Stefan Langerman},
title = {Weighted dynamic finger in binary search trees},
booktitle = soda,
publisher = {{SIAM}},
year = {2016}
}
% pages = {672--691},
@article{afshani2017instance,
author = {Peyman Afshani and
J{\'{e}}r{\'{e}}my Barbay and
Timothy M. Chan},
title = {Instance-Optimal Geometric Algorithms},
journal = jacm,
volume = {64},
number = {1},
pages = {3:1--3:38}
}
@article{tarjan1988triangulating,
author = {Robert Endre Tarjan and
Christopher J. Van Wyk},
title = {An {$O(n \log \log n)$}-Time Algorithm for Triangulating a Simple Polygon},
journal = siamjc,
volume = {17},
number = {1},
year = {1988}
}
% pages = {143--178},
@inproceedings{grinberg1995splay,
author = {Dennis Grinberg and
Sivaramakrishnan Rajagopalan and
Ramarathnam Venkatesan and
Victor K. Wei},
title = {Splay Trees for Data Compression},
booktitle = soda,
pages = {522--530},
publisher = {{ACM/SIAM}},
year = {1995}
}
@inproceedings{bendavid2019multiversion,
title={Multiversion concurrency with bounded delay and precise garbage collection},
author={Ben-David, Naama and Blelloch, Guy E and Sun, Yihan and Wei, Yuanhao},
booktitle=spaa,
pagesx={241--252},
year={2019}
}
@inproceedings{wheatman2018packed,
title={Packed compressed sparse row: A dynamic graph representation},
author={Wheatman, Brian and Xu, Helen},
booktitle=hpec,
pagesx={1--7},
year={2018},
}
@article{bender2007adaptive,
title={An adaptive packed-memory array},
author={Bender, Michael A and Hu, Haodong},
journal={ACM Trans. on Database Systems (TODS)},
volume={32},
number={4},
pagesx={26--es},
year={2007},
}
@article{jones1988application,
author = {Douglas W. Jones},
title = {Application of Splay Trees to Data Compression},
journal = {Commun. {ACM}},
volume = {31},
number = {8},
pages = {996--1007},
year = {1988}
}
@article{brown1980design,
author = {Mark R. Brown and
Robert Endre Tarjan},
title = {Design and Analysis of a Data Structure for Representing Sorted Lists},
journal = {{SIAM} J. Comput.},
volume = {9},
number = {3},
pages = {594--614},
year = {1980}
}
@inproceedings{blandford2002index,
title={Index compression through document reordering},
author={Blandford, Dan and Blelloch, Guy},
booktitle={Proceedings DCC 2002. Data Compression Conference},
pagesx={342--351},
year={2002},