We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We want to run the processing in a multiprocessing.pool.Pool.
multiprocessing.pool.Pool
In order to simplify the implementation, and for measuring things, we would do this in 2 steps:
yara.match
The text was updated successfully, but these errors were encountered:
Only after #100. We don't know if this would worth the cost of running on more memory or more CPU if we don't measure.
Sorry, something went wrong.
process_file
It has been implemented in #181
kissgyorgy
No branches or pull requests
We want to run the processing in a
multiprocessing.pool.Pool
.In order to simplify the implementation, and for measuring things, we would do this in 2 steps:
yara.match
callbacks and start the handling in the pool right away. (For the current code, this would need more complex changes.)The text was updated successfully, but these errors were encountered: