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

optimize distance matrix computation procedure with C implementation #24

Open
hj2choi opened this issue May 13, 2023 · 0 comments
Open
Labels
optimization improve runtime performance Priority: medium Keep this in mind

Comments

@hj2choi
Copy link
Owner

hj2choi commented May 13, 2023

Python does not support parallel processing via multithreading due to Global Interpreter Lock.

So, we need to implement it with another language.

@hj2choi hj2choi added optimization improve runtime performance Priority: medium Keep this in mind labels May 13, 2023
@hj2choi hj2choi changed the title optimize distance matrix computation procedure with Cython implementation optimize distance matrix computation procedure with C implementation Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization improve runtime performance Priority: medium Keep this in mind
Projects
None yet
Development

No branches or pull requests

1 participant