Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 148 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 148 Bytes

Aho-Corasick

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

Dependencies

None.