Skip to main content

Showing 1–3 of 3 results for author: Dementiev, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2107.01350  [pdf, other

    cs.DS

    Engineering MultiQueues: Fast Relaxed Concurrent Priority Queues

    Authors: Marvin Williams, Peter Sanders, Roman Dementiev

    Abstract: Priority queues with parallel access are an attractive data structure for applications like prioritized online scheduling, discrete event simulation, or greedy algorithms. However, a classical priority queue constitutes a severe bottleneck in this context, leading to very small throughput. Hence, there has been significant interest in concurrent priority queues with relaxed semantics. We investiga… ▽ More

    Submitted 22 July, 2021; v1 submitted 3 July, 2021; originally announced July 2021.

  2. arXiv:1601.04017  [pdf, other

    cs.DS

    Concurrent Hash Tables: Fast and General?(!)

    Authors: Tobias Maier, Peter Sanders, Roman Dementiev

    Abstract: Concurrent hash tables are one of the most important concurrent data structures with numerous applications. Since hash table accesses can dominate the execution time of the overall application, we need implementations that achieve good speedup. Unfortunately, currently available concurrent hashing libraries turn out to be far away from this requirement in particular when contention on some element… ▽ More

    Submitted 6 September, 2016; v1 submitted 15 January, 2016; originally announced January 2016.

    ACM Class: D.1.3; E.1; E.2

  3. arXiv:1411.1209  [pdf, other

    cs.DS

    MultiQueues: Simpler, Faster, and Better Relaxed Concurrent Priority Queues

    Authors: Hamza Rihani, Peter Sanders, Roman Dementiev

    Abstract: Priority queues with parallel access are an attractive data structure for applications like prioritized online scheduling, discrete event simulation, or branch-and-bound. However, a classical priority queue constitutes a severe bottleneck in this context, leading to very small throughput. Hence, there has been significant interest in concurrent priority queues with a somewhat relaxed semantics whe… ▽ More

    Submitted 5 November, 2014; originally announced November 2014.