A. Pintér, S. Szénási: GPU Acceleration of Longest Common Substrings Algorithm. In IEEE 21st World Symposium on Applied Machine Intelligence and Informatics (SAMI 2023) Proceedings. pp. 81-84, 2023. ISBN 979-8-3503-1986-6 ljnk
Abstract: The Longest Common Substring of two strings is a character sequence that appears in both texts and is the longest of these. The method is widely used in several text similarity measurement methods, usually used multiple times on the same textual data. There are several already known methods to solve the problem, but these are mostly based on very time and memory intensive procedures. This paper presents a novel data-parallel model to solve the same problem, available for GPU implementation. As our experimental results show, the data-parallel implementation is significantly faster for long textual data.