Replies: 1 comment
-
https://github.com/petar-dambovaliev/aho-corasick might be worth a try, claims to be faster with less memory consumption. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Aho Corasick creates a lot of allocations, and it's a bottleneck for many users.
Beta Was this translation helpful? Give feedback.
All reactions