in reply to Boyer Moore algorithm
Can you first explain what your intended use is?
Using the regexp engine, you get Boyer-Moore when appropriate, automatically. And if for some reason you can't use the regexp engine, I would be surprised (though I haven't benchmarked) if a pure-Perl implementation of Boyer-Moore would beat Perl's native index (Update: which internally uses Boyer-Moore).
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Boyer Moore algorithm
by BrowserUk (Patriarch) on Feb 10, 2014 at 23:26 UTC |