דניאל הנדלר

אקדמי בכיר

A dynamic-sized nonblocking work stealing deque

Danny Hendler, Yossi Lev, Mark Moir, Nir Shavit

The non-blocking work-stealing algorithm of Arora, Blumofe, and Plaxton (hencheforth ABP work-stealing) is on its way to becoming the multiprocessor load balancing technology of choice in both industry and academia. This highly efficient scheme is based on a collection of array-based double-ended queues (deques) with low cost synchronization among local and stealing processes. Unfortunately, the algorithm's synchronization protocol is strongly based on the use of fixed size arrays, which are prone to overflows, especially in the multiprogrammed environments for which they are designed. This is a significant drawback since, apart from memory inefficiency, it means that the size of the deque must be tailored to accommodate the effects of the hard-to-predict level of multiprogramming, and the implementation must include an expensive and application-specific overflow mechanism. This paper presents the first dynamic memory work-stealing algorithm. It is based on a novel way of building non-blocking dynamic-sized work stealing deques by detecting synchronization conflicts based on "pointer-crossing" rather than "gaps between indexes" as in the original ABP algorithm. As we show, the new algorithm dramatically increases robustness and memory efficiency, while causing applications no observable performance penalty. We therefore believe it can replace array-based ABP work stealing deques, eliminating the need for application-specific overflow mechanisms.

שפת פרסום אנגלית
דפים 189-207
כתב עת Distributed Computing
כרך 18
נושא מספר 3
סטטוס פרסום פורסם - 01.02.2006

Keywords

Concurrent programming
Data structures
Load balancing
Lock-free
Work stealing

ASJC Scopus subject areas

Theoretical Computer Science
Hardware and Architecture
Computer Networks and Communications
Computational Theory and Mathematics
גישה למסמך
10.1007/s00446-005-0144-5
קבצים וקישורים אחרים
Link to publication in Scopus