On the improvement of the in-place merge algorithm parallelization - Archive ouverte HAL Accéder directement au contenu
Pré-Publication, Document De Travail Année : 2020

On the improvement of the in-place merge algorithm parallelization

Résumé

In this paper, we present several improvements in the parallelization of the in-place merge algorithm, which merges two contiguous sorted arrays into one with an O(T) space complexity (where T is the number of threads). The approach divides the two arrays into as many pairs of partitions as there are threads available; such that each thread can later merge a pair of partitions independently of the others. We extend the existing method by proposing a new algorithm to find the median of two partitions. Additionally, we provide a new strategy to divide the input arrays where we minimize the data movement, but at the cost of making this stage sequential. Finally, we provide the so-called linear shifting algorithm that swaps two partitions in-place with contiguous data access. We emphasize that our approach is straightforward to implement and that it can also be used for external (out of place) merging. The results demonstrate that it provides a significant speedup compared to sequential executions, when the size of the arrays is greater than a thousand elements.
Fichier principal
Vignette du fichier
Inplace-merge-algorithm.pdf (1.01 Mo) Télécharger le fichier
Origine : Fichiers produits par l'(les) auteur(s)

Dates et versions

hal-02613668 , version 1 (26-05-2020)

Identifiants

Citer

Bérenger Bramas, Quentin Bramas. On the improvement of the in-place merge algorithm parallelization. 2020. ⟨hal-02613668⟩
85 Consultations
540 Téléchargements

Altmetric

Partager

Gmail Facebook X LinkedIn More