Posts tagged with “boyer-moore


Fast HTTP body searching in JavaScript to parse strings (Part 1)

Searching strings in JavaScript is easy right? what about searching through hundreds of megabytes of text or binary or even several gigabytes of POSTed data? Boyer-Moore Horspool to the rescue!