Replies: 1 comment
-
IronPython does not have a GIL, unfortunately it doesn't work with numpy/opencv/scikit/etc so your use case won't work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a quick question, does ironpython support parallel processing. I am trying to use parallel foreach from C# to call python code which uses numpy/opencv/scikit/etc. I see that the GIL will prevent true multithreading/parallelism? Is this correct? Is it in the roadmap to get rid of the GIL as it seems to be an experimental python feature.
I saw a question from a few years ago that said ironpython won't work with opencv so also trying to ensure that my use case will work?
Beta Was this translation helpful? Give feedback.
All reactions