English

Accelerating sequential programs using FastFlow and self-offloading

Distributed, Parallel, and Cluster Computing 2010-02-26 v1 Programming Languages Software Engineering

Abstract

FastFlow is a programming environment specifically targeting cache-coherent shared-memory multi-cores. FastFlow is implemented as a stack of C++ template libraries built on top of lock-free (fence-free) synchronization mechanisms. In this paper we present a further evolution of FastFlow enabling programmers to offload part of their workload on a dynamically created software accelerator running on unused CPUs. The offloaded function can be easily derived from pre-existing sequential code. We emphasize in particular the effective trade-off between human productivity and execution efficiency of the approach.

Keywords

Cite

@article{arxiv.1002.4668,
  title  = {Accelerating sequential programs using FastFlow and self-offloading},
  author = {Marco Aldinucci and Marco Danelutto and Peter Kilpatrick and Massimiliano Meneghin and Massimo Torquati},
  journal= {arXiv preprint arXiv:1002.4668},
  year   = {2010}
}

Comments

17 pages + cover

R2 v1 2026-06-21T14:50:56.578Z