Search code examples
c#boyer-moore

Faster way to search for a string than the boyer moore algorithm?


Is there any faster way to search for a string in a file?


Solution

  • Look at this site, where you can also see the matching time for each of the algorithms.