diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2025-05-13 17:29:40 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2025-05-13 17:29:40 -0400 |
| commit | 40bff24fc2e2da57f382e4f49a5ffb7c826bbcfb (patch) | |
| tree | c00441b058255de08a32d227ce7af46bf11d8eb8 /references | |
| parent | 5ffc53e69e956054fdefd1fe193e00eee705dcab (diff) | |
| download | dissertation-40bff24fc2e2da57f382e4f49a5ffb7c826bbcfb.tar.gz | |
Updates
Diffstat (limited to 'references')
| -rw-r--r-- | references/references.bib | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/references/references.bib b/references/references.bib index 1bc708b..38244e6 100644 --- a/references/references.bib +++ b/references/references.bib @@ -1630,3 +1630,108 @@ keywords = {analytic model, analysis of algorithms, overflow chaining, performan bibsource = {dblp computer science bibliography, https://dblp.org} } +@inproceedings{overmars-cn-decomp, + title={Searching in the past II- general transformations}, + author={Mark H. Overmars}, + year={1981}, + url={https://api.semanticscholar.org/CorpusID:56886448} +} + +@inproceedings{overmars-art-of-dyn, + author = {Jan van Leeuwen and + Mark H. Overmars}, + editor = {Jozef Gruska and + Michal Chytil}, + title = {The Art of Dynamizing}, + booktitle = {Mathematical Foundations of Computer Science 1981, Strbske Pleso, + Czechoslovakia, August 31 - September 4, 1981, Proceedings}, + series = {Lecture Notes in Computer Science}, + volume = {118}, + pages = {121--131}, + publisher = {Springer}, + year = {1981}, + url = {https://doi.org/10.1007/3-540-10856-4\_78}, + doi = {10.1007/3-540-10856-4\_78}, + timestamp = {Tue, 14 May 2019 10:00:37 +0200}, + biburl = {https://dblp.org/rec/conf/mfcs/LeeuwenO81.bib}, + bibsource = {dblp computer science bibliography, https://dblp.org} +} + +@article{maurer80, + title={Dynamic systems of static data structures, Bericht 42, Inst. f}, + author={Van Leeuwen, J and Maurer, HA}, + journal={Informationsverarbeitung, TU Graz, Austria}, + year={1980} +} + +@book{maurer79, + title={Dynamic solutions of decomposable searching problems}, + author={Maurer, HA and Ottmann, Th}, + year={1979}, + publisher={Technische Universit{\"a}t Graz/Forschungszentrum Graz. Institut f{\"u}r~…} +} + + +@article{lsmgraph, + author = {Song Yu and + Shufeng Gong and + Qian Tao and + Sijie Shen and + Yanfeng Zhang and + Wenyuan Yu and + Pengxi Liu and + Zhixin Zhang and + Hongfu Li and + Xiaojian Luo and + Ge Yu and + Jingren Zhou}, + title = {LSMGraph: {A} High-Performance Dynamic Graph Storage System with Multi-Level + {CSR}}, + journal = {Proc. {ACM} Manag. Data}, + volume = {2}, + number = {6}, + pages = {243:1--243:28}, + year = {2024}, + url = {https://doi.org/10.1145/3698818}, + doi = {10.1145/3698818}, + timestamp = {Wed, 19 Mar 2025 21:16:37 +0100}, + biburl = {https://dblp.org/rec/journals/pacmmod/YuGTSZYLZLLYZ24.bib}, + bibsource = {dblp computer science bibliography, https://dblp.org} +} + +@inproceedings{bkdtree, + author = {Octavian Procopiuc and + Pankaj K. Agarwal and + Lars Arge and + Jeffrey Scott Vitter}, + editor = {Thanasis Hadzilacos and + Yannis Manolopoulos and + John F. Roddick and + Yannis Theodoridis}, + title = {Bkd-Tree: {A} Dznamic Scalable kd-Tree}, + booktitle = {Advances in Spatial and Temporal Databases, 8th International Symposium, + {SSTD} 2003, Santorini Island, Greece, July 24-27, 2003, Proceedings}, + series = {Lecture Notes in Computer Science}, + volume = {2750}, + pages = {46--65}, + publisher = {Springer}, + year = {2003}, + url = {https://doi.org/10.1007/978-3-540-45072-6\_4}, + doi = {10.1007/978-3-540-45072-6\_4}, + timestamp = {Tue, 21 Mar 2023 21:00:39 +0100}, + biburl = {https://dblp.org/rec/conf/ssd/ProcopiucAAV03.bib}, + bibsource = {dblp computer science bibliography, https://dblp.org} +} + + +@article{perfect-hashing, + title={Perfect hashing}, + author={Czech, Zbigniew J and Havas, George and Majewski, Bohdan S}, + journal={Theoretical Computer Science}, + volume={182}, + number={1-2}, + pages={1--143}, + year={1997}, + publisher={Elsevier} +} + |