Fast Text Search with Boyer-Moore

added by scwebgroup
3/22/2011 5:23:41 PM

213 Views

Interesting discussion of using Boyer-Moore (the fastest known text-search algorithm for non-indexed text) in a .NET application. A couple of implementations are presented, but the author goes on to say why you probably won't want to use any of them.


0 comments