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 available external process pattern scanners are extremely slow which is normal but we can speed things up. Also when having multiple patterns in a single thread can be every slow because the previous scan needs to finish it's task.
Features
External process scanning should be async
Use SIMD instructions to speed up performance (compiler intrinsics)
The text was updated successfully, but these errors were encountered:
Overview
The available external process pattern scanners are extremely slow which is normal but we can speed things up. Also when having multiple patterns in a single thread can be every slow because the previous scan needs to finish it's task.
Features
The text was updated successfully, but these errors were encountered: