Just a guy who wants to share and save the stuff he sees. Includes software and personal development bits as well as pictures of the world's cutest baby (really, I have the awards on my mantle)

StringSearch – high-performance pattern matching algorithms in Java

StringSearch

High-perfor­mance pattern matching algo­rithms in Java

The Java language lacks fast string searching algorithms. StringSearch provides implementations of the Boyer-Moore and the Shift-Or (bit-parallel) algorithms. These algorithms are easily five to ten times faster than the naïve implementation found in java.lang.String.

Posted via email from jboyens’ posterous | Comment »