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
-n N
Use N worker threads for parallelizable operations.
The default is 0, meaning no parallelization.
Currently only signature verification is parallelizable.
Maybe. One way would be to offload crypto to the GPU, using something like http://shader.kaist.edu/sslshader/sslshader.pdf
This will require some experimentation, and it might not be worth it in the end.
It's also possible to parallelize non-crypto operations, but again, I am not entirely sure whether the gain will be worthwhile.
It would be great if valiDNS would be able to take advantage of all available CPU power to speed things up.
The text was updated successfully, but these errors were encountered: