CMU-CS-16-133
Computer Science Department
School of Computer Science, Carnegie Mellon University



CMU-CS-16-133

Contention in Structured Concurrency:
Provably Efficient Dynamic Non-Zero Indicators for Nested Parallelism

Umut A. Acar*, Naama Ben-David, Mike Rainey**

January 2017

CMU-CS-16-133.pdf

A short version of this work appears in the
Proceedings of the 22nd ACM SIGPLAN
Symposium on Principles and Practice of Parallel Programming 2017 (PPoPP '17).


Keywords: Concurrent data structures, non-blocking data structures, contention, nested parallelism, dependency counters

Over the past two decades, many concurrent data structures have been designed and implemented. Nearly all such work analyzes concurrent data structures empirically, omitting asymptotic bounds on their efficiency, partly because of the complexity of the analysisneeded, and partly because of the difficulty of obtaining relevant asymptotic bounds: when the analysis takes into account important practical factors, such as contention, it is difficult or even impossible to prove desirable bounds.

In this paper, we show that considering structured concurrency or relaxed concurrency models can enable establishing strong bounds, also for contention. To this end, we first present a dynamic relaxed counter data structure that indicates the non-zero status of the counter. Our data structure extends a recently proposed data structure, called SNZI, allowing our structure to grow dynamically in response to the increasing degree of concurrency in the system.

Using the dynamic SNZI data structure, we then present a concurrent data structure for series-parallel directed acyclic graphs (sp-dags), a key data structure widely used in the implementation of modern parallel programming languages. The key component of sp-dags is an in-counter data structure that is an instance of our dynamic SNZI. We analyze the efficiency of our concurrent sp-dags and in-counter data structures under nested-parallel computing paradigm. This paradigm offers a structured model for concurrency. Under this model, we prove that our data structures require amortized O(1) shared meory steps, including contention. We present an implementation and an experimental evaluation that suggests that the sp-dags data structure is practical and can perform well in practice.

35 pages

*Computer Science Department, Carnegie Mellon University and INRIA-Paris
**INRIA-Paris


Return to: SCS Technical Report Collection
School of Computer Science

This page maintained by reports@cs.cmu.edu