You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace individual regex matching with Aho-Corasick automaton for multi-pattern matching. This should significantly improve scan performance when running against large files or many patterns.
Replace individual regex matching with Aho-Corasick automaton for multi-pattern matching. This should significantly improve scan performance when running against large files or many patterns.
Milestone: v0.1.0