Go to the corresponding LIPIcs Volume Portal |
Williams, Marvin ; Sanders, Peter ; Dementiev, Roman
pdf-format: |
|
@InProceedings{williams_et_al:LIPIcs.ESA.2021.81, author = {Williams, Marvin and Sanders, Peter and Dementiev, Roman}, title = {{Engineering MultiQueues: Fast Relaxed Concurrent Priority Queues}}, booktitle = {29th Annual European Symposium on Algorithms (ESA 2021)}, pages = {81:1--81:17}, series = {Leibniz International Proceedings in Informatics (LIPIcs)}, ISBN = {978-3-95977-204-4}, ISSN = {1868-8969}, year = {2021}, volume = {204}, editor = {Mutzel, Petra and Pagh, Rasmus and Herman, Grzegorz}, publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik}, address = {Dagstuhl, Germany}, URL = {https://drops.dagstuhl.de/opus/volltexte/2021/14662}, URN = {urn:nbn:de:0030-drops-146627}, doi = {10.4230/LIPIcs.ESA.2021.81}, annote = {Keywords: concurrent data structure, priority queues, randomized algorithms, wait-free locking} }
Keywords: | concurrent data structure, priority queues, randomized algorithms, wait-free locking | |
Collection: | 29th Annual European Symposium on Algorithms (ESA 2021) | |
Issue Date: | 2021 | |
Date of publication: | 31.08.2021 | |
Supplementary Material: |
The source code of our MultiQueue implementation as well as the code for the experimental evaluation can be found as follows: Software: https://github.com/marvinwilliams/multiqueue Software (Experimental Evaluation): https://github.com/marvinwilliams/multiqueue_experiments Software (Archived Source Code and Experimental Data): https://algo2.iti.kit.edu/williams/esa21_multiqueues/ |