-
Notifications
You must be signed in to change notification settings - Fork 10
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
Possible Performance Improvement #2
Comments
Hi @william-silversmith! thanks for pointing this out, and for developing cc3d! I find it very useful. For the moment, I saw that the newest version of cc3d requires python 3.7, while I still have everything on 3.6. I will keep this in mind when upgrading to 3.7 :) |
py36 reached end of life so it's not a bad idea to upgrade, other
dependencies may become difficult to use in the nearish future.
If you check out the cc3d repo, you can likely just copy paste the code for
nearest_k in cc3d.pyx as none of it requires cythonized code, it's just
calling other cc3d functions.
Best of luck on your project!
Will
…On Thu, May 26, 2022, 7:23 AM Tommaso Di Noto ***@***.***> wrote:
Hi @william-silversmith <https://github.com/william-silversmith>! thanks
for pointing this out, and for developing cc3d! I find it very useful.
For the moment, I saw that the newest version of cc3d requires python 3.7,
while I still have everything on 3.6. I will keep this in mind when
upgrading to 3.7 :)
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATGQSNDCPIDG2QVRJJLFKTVL5NMLANCNFSM5W7NXBPQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
You are right! I will upgrade and make the modifications. Leaving this issue open as a reminder until I am done :) Thanks again |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I was browsing repos that were using cc3d recently to see how people are using it. I noticed in your repo that there was a spot that looked slow that could be improved fairly easily.
Aneurysm_Detection/dataset_creation/utils_dataset_creation.py
Lines 989 to 996 in 70251d9
If that's not useful to your project, please feel free to ignore this as I don't want to waste your time. Good luck!
The text was updated successfully, but these errors were encountered: