|
Boyer 1.5
Fast string search (indexOf) using the Boyer-Moore algorithm.
|
|
|
| Boyer'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. |
| Boyer's Keywords |
|
java, search, Boyer-Moore, string search, indexOf, fast string search, string ha |
| Related Software | EditPlus: EditPlus Text and HTML Editor for Windows AnySearch Gadget: Easily search for anything from the convenient location on your sidebar. | | More Product By this Publisher | AmericanTax: Calculates American sales taxes state and district CanadianTax: Calculates Canadian sales taxes: GST HST and PST. Submitter: Submitter will submit your PAD *.xml program descriptor file to 17 websites. VerCheck: VerCheck checks websites for new versions of the software you use. JDisplay: JDisplay displays colorised program listings in web pages. TimeZones: Displays all the timezones on your machine supported by Java JarCheck: Check that class target versions are as expected in a Java jar. Replicator: The Replicator lets you distribute large numbers of files to many people. Quoter: Converts text with many possible cleanups and transformations. |
|
 |
| Top Searches |
| converter, file, image, free, copy, download, screen, web, photo, html, search, shareware, utility, server, time, network, rss, tools, create, sound, personal, java, script, Generator, conversion, business, asp, calendar, microsoft, maker |
| Software Development | | .NET & Java | | ActiveX | | Components & Libraries | | Database & Tools | | VB, C/C++ & Delphi | | Source Code & Editors | | HTML/XML/CSS Tools | | Install & Setup | | Website Administration | | Site Log Analysers | | Others | | Audio Video & Multimedia | | Security & Privacy | | System Utilities | | Business Software | | Graphic & Design | | Games & Entertainment | | Home & Education | | Network & Internet | | Desktop Enhancements |
| Top Downloads |
| BIT PullDown | | Javascript Menu Master | | Page Popup Maker | | Antechinus JavaScript Editor | | FileTransfer | | AllWebMenus Pro | | JavaScript Horizontal Image Slider Ex | | KeyPlayer | | 1st JavaScript Editor Lite 3.8 | | LinkedList | | CSVReader/Writer | | Mouse |  |
|