Description
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 native implementation found in java.lang.String. Give StringSearch a try to fully assess its capabilities!
Tags:
User Reviews for StringSearch 1
-
StringSearch offers blazing fast Boyer-Moore and Shift-Or algorithms in Java. A must-have for efficient string searching tasks.