Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 242 Bytes

File metadata and controls

5 lines (3 loc) · 242 Bytes

quicksubstring

A library that implements suffix array method to quickly search for substrings

Algorithm works better when multiple substrings are matched in a single string. If you are doing the opposite - search for something different.