Skip to content

An efficient implementation of the Aho-Corasick string search algorithm that can be updated on the fly

Notifications You must be signed in to change notification settings

digirati-labs/ahocorasick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Aho-Corasick

A thread-safe implementation of the Aho-Corasick substring search algorithm that can be updated on the fly.

Dependencies

None.

About

An efficient implementation of the Aho-Corasick string search algorithm that can be updated on the fly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published