Comment by 3np
10 months ago
I've also seen Cython used to this effect for hotspots or entire applications in scientific Python code.
10 months ago
I've also seen Cython used to this effect for hotspots or entire applications in scientific Python code.
I am not super familiar with python but that sounds quite annoying to set up in the build process. You would need to compile different files/modules using a different compiler right?