Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster Pattern Scanner for LV1, LV2 or any external process #16

Open
2 tasks
TheRouletteBoi opened this issue Apr 29, 2022 · 0 comments
Open
2 tasks

Faster Pattern Scanner for LV1, LV2 or any external process #16

TheRouletteBoi opened this issue Apr 29, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@TheRouletteBoi
Copy link
Owner

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

  • External process scanning should be async
  • Use SIMD instructions to speed up performance (compiler intrinsics)
@TheRouletteBoi TheRouletteBoi added enhancement New feature or request help wanted Extra attention is needed labels Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant