Windows Free Downloads

Boyer 1.5 Icon  Boyer 1.5

"fast boyer-moore string search."

 
Popularity: Popularity: 67.3% 67.3%
User Ratings: Not rated yet! Be the first! 0 votes
Your Rating:
Bookmark: Add Boyer 1.5 to Your Favorites/Bookmarks
Boyer 1.5 Screenshot
 
Downloads: Total: 48  |  Last 7 days: 3
Publisher: Canadian Mind Products  |  View 82 other products
OS: Windows 98/ME/NT/XP/2000/2003/Vista  
Also available for: Mac  |  Linux  |  PDA/Mobile  
Release Status: Minor Update 
Install Support: No Install Support 
License: Freeware
Size: 524 KB
Release Date: 5/21/2007  |  Version History
Date Added: 1/10/2008
Last Update: 4/12/2008
 
Boyer Publisher's Description
Fast string search (indexOf) using the Boyer-Moore
algorithm. Incorporate this class into your own Java
programs 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
the string you are searching in is 2K or over and the
pattern you are searching for is 4 characters or longer.

String.indexOf is particularly slow when the pattern begins
with a common letter such as "e". Boyer-Moore is fastest
when the pattern is long and composed only of uncommon
letters, e.g. "z" or "^". If you use a char[] instead of
String for your text to be searched, it will run an
additional 33% faster.

Boyer automatically reverts to String.indexOf when that
would be faster. Now, go ahead and free download Boyer.
System Requirements
Java 1.1+
Related Tags
boyer-moore , string search , search , indexof , java , fast string search , string handling , boyer , web development , java & javascript
Do not use cracks, passwords, serial numbers, registration codes, and key generators, because they are illegal and they prevents further software development. If you like and need this software, you should buy it.
 
Quick Search