substring-matching
There are 7 repositories under substring-matching topic.
BurntSushi/aho-corasick
A fast implementation of Aho-Corasick in Rust.
daac-tools/daachorse
🐎 A fast implementation of the Aho-Corasick algorithm using the compact double-array data structure in Rust.
daac-tools/python-daachorse
🐎 A fast implementation of the Aho-Corasick algorithm using the compact double-array data structure. (Python wrapper for daachorse)
xn-sakina/hoshino
Fast string seaching for node.js ( aho-corasick algorithm )
jmfn/node-aho-corasick-benchmarks
Benchmark various aho-carosick node libraries against large corpus text and pattern lengths
harrystuart/NormNumSuM
NormNumSuM (normalised Number of Substring Movements) is a string comparison algorithm designed to be token order invariant.
zeightOFFICIAL/algorithms
Implementations of some algorithms in C++