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
A high proportion of CPU is spent on filtering. The current naive implementation is grossly inefficient. We should use a fast multi-pattern matching algorithm like Aho-Corasick, Rabin-Karp or Commentz-Walter.
The text was updated successfully, but these errors were encountered:
A high proportion of CPU is spent on filtering. The current naive implementation is grossly inefficient. We should use a fast multi-pattern matching algorithm like Aho-Corasick, Rabin-Karp or Commentz-Walter.
The text was updated successfully, but these errors were encountered: