Boyer 1.5 freeware download
Fast string search (indexOf) using the Boyer-Moore algorithm. Incorporate this class into your own Java ... to rapidly search strings. use: import com.mindprod.Boyer.Boyer; ... Boyer b = new Boyer("dogcatwombat"); int where = b.indexOf("cat"); or int where = Boyer.indexOf("dogcatwombat","cat"); Boyer-Moore is about twice as fast as String.indexOf when ... begins with a common letter such as "e". Boyer-Moore is fastest when the pattern is long and ...
Details Download Save Freeware