ahocorasick
ahocorasick copied to clipboard
Aho-corasick for javascript.
Found this library when needing this in a real world situation. Great work and (relatively) well used linked in npm etc. When benchmarking with our use case this performed well...
I have a very big application and I want to save the computed tree to a file. How can I do that?
With a large enough dictionary, the overhead for the output grows very large. If, instead of creating a large number of empty arrays, and a few arrays that contain the...
hey Bruno, thank you so much for creating this. I've just removed the re-declared variables in `_buildTables`. cheers
currently this package is published with lots of unneeded files. i also remove lock file because package kind of dont need that and you also use `latest` in `package.json` anyway....