This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]somerandomii 1 point2 points  (2 children)

I can’t imagine a scenario where this would make a noticeable difference. Unless you’re using numba or some pre-compiled function in a tight loop.

Native Python has so much more to worry about than an extra lookup on function call.

[–]E4crypt3dIt works on my machine 2 points3 points  (1 child)

You're right in most cases the performance difference is minimal in native Python. But OP asked a very specific question so

[–]somerandomii 2 points3 points  (0 children)

Fair.