-
Notifications
You must be signed in to change notification settings - Fork 6
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
Enable multiple threads? #5
Comments
There are several parameters to compile it with threads
however, for multiple queries (multifasta for the first file) there is also a way to increase (inside the util.h file) the number of threads to process queries independently PS : if you use yass on the web server "https://bioinfo.univ-lille.fr" , THEN when large files are provided by the user, the single threaded version is used : the reason is here to reduce the "memory footprint" (only one index is created at a time) so the program is more likely to terminate without "being terminated" 🤖 |
😐
|
Currently, yass runs with only single threads, and is slow for large fasta files.
Is it possible to speed up yass by running parallelly on more threads?
Thanks.
The text was updated successfully, but these errors were encountered: