performance of tuple-less Python?

Greg Wilson gvwilson at nevex.com
Mon Nov 29 11:29:30 EST 1999


Has anyone ever built a version of Python that didn't include tuples, and
looked at the performance of code that consistently used lists instead?  I'm
curious as to whether the use of tuples (which I believe are conceptually
redundant) actually has a significant positive impact on the interpreter's
performance on non-trivial codes (i.e. once caching, instruction ordering,
and all other effects have come into play).
Thanks,
Greg







More information about the Python-list mailing list