-
-
Notifications
You must be signed in to change notification settings - Fork 621
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
Lightfuzz cleanup #2300
Lightfuzz cleanup #2300
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## lightfuzz #2300 +/- ##
=========================================
+ Coverage 93% 93% +1%
=========================================
Files 395 396 +1
Lines 32528 32586 +58
=========================================
+ Hits 30088 30161 +73
+ Misses 2440 2425 -15 ☔ View full report in Codecov by Sentry. |
pyahocorasick benchmark
Benchmark Code:
string_scan_yara function used in benchmark:
My conclusions:
Id say the only viable options are: Remove it entirely and use native python, since we still have a low string count Btt there is very little cost of any kind to having it in there |
This reverts commit c8f444c.
Final cleanup and preparation for move to dev