How costly it is to call functions and builtins in your python code? Does inlining help? How have the recent CPython releases improved performance in these areas?
There is a difference being able to drop down in C and using exclusively C.
One of the main advantage of python is being to quickly write code, and using C-based library / part of code written in C (or fortran, or rust for what it matters) when needed.
There is a difference being able to drop down in C and using exclusively C.
One of the main advantage of python is being to quickly write code, and using C-based library / part of code written in C (or fortran, or rust for what it matters) when needed.
“just write C” may lack a bit of nuance.