-
Notifications
You must be signed in to change notification settings - Fork 16
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
Source code decoupling #5
Comments
In the arbitrary order:
I just do not see the benefits of [3], and [4,1] seem to have little impact on other users. |
Well I see. It is up to you.
What kind of users are you talking about? I am user. It have large impact on me. |
[5] Was referring to [1]. The intended usage of the tool is to produce an embedding of a graph. I di not really see how coupled code hinders the functionality. |
It would be better to restruct code and publish a kind of interface in order to everyone can use it as dependency. There are several issues.
omp_get_thread_num()
call with_OPENMP
macro wil be nice.The first two points are the most crucial for me since I would like to use it in side project.
The text was updated successfully, but these errors were encountered: