Skip to search formSkip to main contentSkip to account menu

Deterministic Parallel Java

Deterministic Parallel Java (DPJ) is an extension of the Java programming language which adds parallel constructs that provide a deterministic… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2014
2014
This is the Technical Report version of the 2013 ECOOP submission by the same title. It includes the ECOOP version verbatim… 
Review
2013
Review
2013
  • R. Bocchino
  • 2013
  • Corpus ID: 38036861
A parallel program is deterministic if it produces the same output on every execution with a given input, regardless of the… 
2012
2012
Nondeterminism is a key contributor to the difficulty of parallel programming. Many research projects have shown how to provide… 
2012
2012
THe ADVeNT of multicore processors means that complex software is becoming more complex: developers must turn to the use of… 
2011
2011
  • R. Bocchino
  • 2011
  • Corpus ID: 32653582
2011
2011
The era of parallel computing for the masses is here, but writing correct parallel programs remains difficult. For many domains… 
2010
2010
When using today’s common shared-memory parallel programming models, subtle errors can lead to unintended nondeterministic…