js-algorithms icon indicating copy to clipboard operation
js-algorithms copied to clipboard

More string searching algorithms

Open make-github-pseudonymous-again opened this issue 6 years ago • 0 comments

See:

  • https://blog.burntsushi.net/ripgrep/#literal-optimizations.
  • http://0x80.pl/notesen/2016-11-28-simd-strfind.html
  • http://www-igm.univ-mlv.fr/~lecroq/string/

Implement at https://github.com/string-searching.