@inproceedings{c29cb77656724429814b98c7f7bfd4c8,
title = "Parallel Suffix Sorting for Large String Analytics",
abstract = "The suffix array is a fundamental data structure to support string analysis efficiently. It took about 26 years for the sequential suffix array construction algorithm to achieve O(n) time complexity and in-place sorting. In this paper, we develop the D-Limited Parallel Induce (DLPI) algorithm, the first O(np) time parallel suffix array construction algorithm. The basic idea of DLPI includes two aspects: dividing the O(n) size problem into p reduced sub-problems with size O(np) so we can handle them on p processors in parallel; developing an efficient parallel induce sorting method to achieve correct order for all the reduced sub-problems. The complete algorithm description is given to show the implementation method of the proposed idea. The time and space complexity analysis and proof are also given to show the correctness and efficiency of the proposed algorithm. The proposed DLPI algorithm can handle large strings with scalable performance.",
keywords = "Optimal Algorithm, Parallel Sorting, String Algorithm, String Analysis, Suffix Array",
author = "Zhihui Du and Sen Zhang and Bader, {David A.}",
note = "Publisher Copyright: {\textcopyright} 2023, The Author(s), under exclusive license to Springer Nature Switzerland AG.; 14th International Conference on Parallel Processing and Applied Mathematics, PPAM 2022 ; Conference date: 11-09-2022 Through 14-09-2022",
year = "2023",
doi = "10.1007/978-3-031-30442-2_6",
language = "English (US)",
isbn = "9783031304415",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer Science and Business Media Deutschland GmbH",
pages = "71--82",
editor = "Roman Wyrzykowski and Jack Dongarra and Ewa Deelman and Konrad Karczewski",
booktitle = "Parallel Processing and Applied Mathematics - 14th International Conference, PPAM 2022, Revised Selected Papers",
address = "Germany",
}