Skip to content (access key 's')
Logo of Technion
Logo of CS Department
Logo of CS4People
Events

The Taub Faculty of Computer Science Events and Talks

Theory Seminar: Low Contention Nested Parallelism using Dynamic SNZI
event speaker icon
Naama Ben-David (Carnegie Mellon University)
event date icon
Wednesday, 21.12.2016, 12:30
event location icon
Taub 201
The study and design of concurrent data structures has mostly focused on verifying their correctness and proving general progress guarantees. In contrast, very little work has been done on analyzing the running time of these data structures, possibly due to a lack of a good model under which to perform such analysis. We take a step in this direction by presenting a concurrent relaxed counter which we show how to use to keep track of dependencies in a series-parallel DAG, something which is vital in the implementation of nested parallelism. Our data structure is based on work by Ellen et al. on Scalable Non-Zero Indicators (SNZI). We prove that our data structure is efficient; in particular we prove that under a relaxed concurrency model (one that is often assumed in parallel computation), any operation on our counter takes amortized constant time (i.e. independent of the number of concurrent operations and the length of the history), even when accounting for contention. Joint work with Umut Acar and Mike Rainey.