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

Threads option for GraphBin #10

Open
ashwinssudarshan opened this issue Sep 30, 2020 · 1 comment
Open

Threads option for GraphBin #10

ashwinssudarshan opened this issue Sep 30, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ashwinssudarshan
Copy link

Hi!

I was wondering if there is any threads option for GraphBin. The help page for the command did not mention any such option for the tool and wanted to know if the tool automatically picks up that information?

Also, if the tool is single-threaded, is it possible to explore a multi-threaded version of the tool for future updates?

@anuradhawick
Copy link
Member

Thanks for the comment. Currently, the program is single-threaded. We will update the code to use NumPy arrays in near future. Numpy uses BLAS library for computations which uses intel AVX instructions for parallelism. This will improve the overall program significantly without having to manage threads explicitly. Currently, we are using an external library python-labelpropagation. We will keep the issue open till we update the code.

Cheers!

@anuradhawick anuradhawick added the enhancement New feature or request label Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants