An Evaluation of Massively Parallel Algorithms for DFA Minimization
Jan Martens, Anton Wijs
TL;DR
This work empirically verify that parallel partition refinement algorithms from the literature perform better in practice, even though their time complexity is worse, and introduces a novel algorithm based on partition refinement with an extra parallel partial transitive closure step that performs better in practice.
Abstract
We study parallel algorithms for the minimization of Deterministic Finite Automata (DFAs). In particular, we implement four different massively parallel algorithms on Graphics Processing Units (GPUs). Our results confirm the expectations that the algorithm with the theoretically best time complexity is not practically suitable to run on GPUs due to the large amount of resources needed. We empirically verify that parallel partition refinement algorithms from the literature perform better in practice, even though their time complexity is worse. Lastly, we introduce a novel algorithm based on partition refinement with an extra parallel partial transitive closure step and show that on specific benchmarks it has better run-time complexity and performs better in practice.
