Are Function Calls Still Slow in Python? An Analysis of Recent Optimizations in CPython
Are Function Calls Still Slow in Python? An Analysis of Recent Optimizations in CPython
blog.codingconfessions.com Are Function Calls Still Slow in Python? An Analysis of Recent Optimizations in CPython
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?
You're viewing a single thread.
View all comments
13
comments
I thought function calls was one of the decently optimized things in Python
5 1 Reply
You've viewed 13 comments.
Scroll to top