Mar-15-2021, 01:32 PM
Have you tried PyPy? https://www.pypy.org/features.html
Another option is to determine if there is a calculation intensive section of the code causing a bottleneck and calling your fast C++ code from python through a DLL.
Another option is to determine if there is a calculation intensive section of the code causing a bottleneck and calling your fast C++ code from python through a DLL.