[Python-3000] Function call speed (Was: Cleaning up argument listparsing)

Neal Norwitz nnorwitz at gmail.com
Thu Apr 20 04:21:17 CEST 2006


On 4/19/06, Guido van Rossum <guido at python.org> wrote:
>
> I recommend profiling. I seem to recall that last time we did this, we
> found that creating the frame object is a significant cost factor.

That's part of it.  Plus there's a tuple allocation (and copy).

n


More information about the Python-3000 mailing list