QArchive.ORG Main Page
Home | Blog | Terms of service
All
Audio & Multimedia
Web Development
ASP & PHP
E-Commerce
Flash Tools
HTML Tools
Java & JavaScript
Log Analysers
Other
Site Administration
Wizards & Components
XML/CSS Tools
System Utilities
Home & Hobby
Education
Servers
Security & Privacy
Games & Entertainment
Network & Internet
Desktop
Development
Business
Communications
Graphic Apps
Related Products
Boyer 1.5
Download Now
File Size: 524.1 Kb

Boyer 1.5

Released:1969-12-31
Last Updated:2008-07-08
License:Freeware
Publisher:Canadian Mind Products
Language:English
Platform:Windows, Linux, OS/2
Requirements:Java 1.1+
Install:Uninstall Only
Downloads:27
Recommend Boyer Suggest to Friend
Add to your Watch List Add to Watch List

Publisher's Description:

Boyer - 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.

Latest Changes:

add icon and pad file

User License Agreement:

This program is for non-military use only. For why I put that restriction, see http://mindprod.com/roedy.html#NONMILITARY

If you incorporate any of my code in your programs, they too must be marked for non-military use only.

Screenshot:

Fast Boyer-Moore String search.

QA Report:

Boyer Antivirus Report
Virus Scanning Report

Download Now
File Size: 524.1 Kb



Social bookmarks:

 Add to Delicious  Add to Technorati  Add to Blogmarks  Add to Digg  Add to Reddit  Add to Furl  Add to Newsvine Add to Slashdot Add to StumbleUpon Add to Blinklist  

Text link code :
Hyper link code:
UBB/BLOG code:

Latest User Reviews:


Download Now
File Size: 524.1 Kb

Write a Review and Rate Boyer



Search
 
Advanced Search