Article,

Scalable Strategies for Computing with Massive Data

, , and .
Journal of Statistical Software, (November 2013)

Abstract

This paper presents two complementary statistical computing frameworks that address challenges in parallel processing and the analysis of massive data. First, the <b>foreach</b> package allows users of the R programming environment to define parallel loops that may be run sequentially on a single machine, in parallel on a symmetric multiprocessing (SMP) machine, or in cluster environments without platform-specific code. Second, the <b>bigmemory</b> package implements memory- and file-mapped data structures that provide (a) access to arbitrarily large data while retaining a look and feel that is familiar to R users and (b) data structures that are shared across processor cores in order to support efficient parallel computing techniques. Although these packages may be used independently, this paper shows how they can be used in combination to address challenges that have effectively been beyond the reach of researchers who lack specialized software development skills or expensive hardware.

Tags

Users

  • @pbett

Comments and Reviews