Comment by spullara
4 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.
4 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.