By paultyma
via mailinator.blogspot.com
Published: Jan 24 2008 / 12:33
String's indexOf doesn't cut it when you need to search a lot of data for a lot of search terms (and Java's regex is even worse). This article is an engineering approach to examining some string searching algorithms to find search terms fast.
Comments
samus replied ago:
dodobird replied ago:
Great article pointing out some interesting algorithms and a method for doing multiple string matching that I hadn't encountered. Just the type of things I like to read about.
dzonereader replied ago:
Great techniques indeed!
robse replied ago:
Excellent article
bloid replied ago:
This technique is also used quite a bit in Bioinformatics :)
ilazarte replied ago:
It's amazing that people still think while coding :)
colmsmyth replied ago:
Motivation for the tries data structure and Boyers-Moore - no computer science (a little mention of the order of an algorithm), no code, but a nice gentle intro.
Voters For This Link (34)
Voters Against This Link (1)