[issue36030] add internal API function to create tuple without items array initialization

STINNER Victor report at bugs.python.org
Wed Feb 20 05:53:27 EST 2019


STINNER Victor <vstinner at redhat.com> added the comment:

Raymond:
> Also, the timing loop is unrealistic.  We mostly care about small tuples.

Sergey: can you please run benchmarks on small tuples? Example, 1, 5, 10, 20 and 100 items. Maybe not only tuple(list), but try some other operations?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36030>
_______________________________________


More information about the Python-bugs-list mailing list