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