You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m curious that if it would be worth it to add a Cython build step to Xee. From SO and docs that I’ve read, there may be more CPU performance we can squeeze out if we manually manage the GIL when interacting with concurrent ThreadPools.
I suspect @shoyer may know if this is an issue, but measuring is always better than guessing.
The text was updated successfully, but these errors were encountered:
I’ve done some research on this for Cubed: cubed-dev/cubed#497
I’m curious that if it would be worth it to add a Cython build step to Xee. From SO and docs that I’ve read, there may be more CPU performance we can squeeze out if we manually manage the GIL when interacting with concurrent ThreadPools.
I suspect @shoyer may know if this is an issue, but measuring is always better than guessing.
The text was updated successfully, but these errors were encountered: