English

Handling Parallelism in a Concurrency Model

Software Engineering 2014-10-24 v1

Abstract

Programming models for concurrency are optimized for dealing with nondeterminism, for example to handle asynchronously arriving events. To shield the developer from data race errors effectively, such models may prevent shared access to data altogether. However, this restriction also makes them unsuitable for applications that require data parallelism. We present a library-based approach for permitting parallel access to arrays while preserving the safety guarantees of the original model. When applied to SCOOP, an object-oriented concurrency model, the approach exhibits a negligible performance overhead compared to ordinary threaded implementations of two parallel benchmark programs.

Keywords

Cite

@article{arxiv.1308.0938,
  title  = {Handling Parallelism in a Concurrency Model},
  author = {Mischael Schill and Sebastian Nanz and Bertrand Meyer},
  journal= {arXiv preprint arXiv:1308.0938},
  year   = {2014}
}

Comments

MUSEPAT 2013

R2 v1 2026-06-22T01:03:56.968Z