A new method to find exact matching patterns in a corpus.
When I was studying this paper which proposes an interesting and effective method to improve time and memory complexity of exact pattern matching by splitting the pattern into two equal parts, I was encouraged to think about enhancing its effeciency further.
The change that I proposed to Prof. Saqib Hakak did not have a positive impact on the results, but it might be proper in other projects.