English

Porting Decision Tree Algorithms to Multicore using FastFlow

Distributed, Parallel, and Cluster Computing 2010-09-21 v2 Databases

Abstract

The whole computer hardware industry embraced multicores. For these machines, the extreme optimisation of sequential algorithms is no longer sufficient to squeeze the real machine power, which can be only exploited via thread-level parallelism. Decision tree algorithms exhibit natural concurrency that makes them suitable to be parallelised. This paper presents an approach for easy-yet-efficient porting of an implementation of the C4.5 algorithm on multicores. The parallel porting requires minimal changes to the original sequential code, and it is able to exploit up to 7X speedup on an Intel dual-quad core machine.

Keywords

Cite

@article{arxiv.1006.3424,
  title  = {Porting Decision Tree Algorithms to Multicore using FastFlow},
  author = {Marco aldinucci and Salvatore Ruggieri and Massimo Torquati},
  journal= {arXiv preprint arXiv:1006.3424},
  year   = {2010}
}

Comments

18 pages + cover

R2 v1 2026-06-21T15:37:36.066Z