node-fast-string-search icon indicating copy to clipboard operation
node-fast-string-search copied to clipboard

Fast search substrings in a string by using N-API and boyer-moore-magiclen.

Results 3 node-fast-string-search issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...

dependencies

https://github.com/advisories/GHSA-4263-q746-94mw https://github.com/advisories/GHSA-hmqg-p8f8-3qrw Just posting it here to notify you.

Hello, nice work! I tried your benchmark with different sets of inputs, a combination of short, medium and long text or search pattern, i.e.: - short text, short search pattern,...