vix.ing · top · new · best · stats · spec

Object-Oriented Parallel Programming

2014/04/17 by Edward Givelberg, Givelberg, Edward
Computer Science · #Advanced Data Storage Technologies #Distributed and Parallel Computing Systems #FOS: Computer and information sciences #Parallel Computing and Optimization Techniques #Programming Languages (cs.PL) #cs.PL

paper · pdf · doi:10.48550/arxiv.1404.4666

arxiv created 2014/04/17 · openalex publication_date 2014/04/17 · arxiv updated 2014/04/21 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

We introduce an object-oriented framework for parallel programming, which is based on the observation that programming objects can be naturally interpreted as processes. A parallel program consists of a collection of persistent processes that communicate by executing remote methods. We discuss code parallelization and process persistence, and explain the main ideas in the context of computations with very large data objects.

Related