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
Seems to create the bytematcher only to take the bytes it matches and most often just re-create them. Use of OptimalByteMatcherFactory in ByteMatcherCompiler.
Only sets of bytes need to be optimised - the other matchers have definite values and cannot themselves be optimised further.
Should only optimise once.
The text was updated successfully, but these errors were encountered:
Seems to create the bytematcher only to take the bytes it matches and most often just re-create them. Use of OptimalByteMatcherFactory in ByteMatcherCompiler.
The text was updated successfully, but these errors were encountered: