https://github.com/cloudflare/ahocorasick
A Golang implementation of the Aho-Corasick string matching algorithm
https://github.com/cloudflare/ahocorasick
Last synced: about 1 year ago
JSON representation
A Golang implementation of the Aho-Corasick string matching algorithm
- Host: GitHub
- URL: https://github.com/cloudflare/ahocorasick
- Owner: cloudflare
- License: bsd-3-clause
- Created: 2013-11-22T17:36:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T21:09:46.000Z (over 1 year ago)
- Last Synced: 2025-04-11T06:18:01.561Z (about 1 year ago)
- Language: Go
- Size: 17.6 KB
- Stars: 624
- Watchers: 35
- Forks: 96
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ahocorasick
===========
A Golang implementation of the Aho-Corasick string matching algorithm