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
The graph did work out for a very limited set of match expressions,
but to handle them all you really need a NFA.
So, admit to that and let word based opcodes be handled by the simple
mechanism of a trie and only the complicated stuff by using a regexp
engine
0 commit comments