Comment by spullara
3 years ago
All python code generally does is call C/C++ code and you're telling me it is slow to do that as well? Yikes.
3 years ago
All python code generally does is call C/C++ code and you're telling me it is slow to do that as well? Yikes.
It's probably the Python loop that is slow rather than calling the code.