[issue23507] Tuple creation is too slow

Raymond Hettinger report at bugs.python.org
Tue Apr 14 08:13:47 CEST 2015


Raymond Hettinger added the comment:

Unassigning because I don't have an interest in going further down this path.  I used this technique with zip() because tuple reuse nicely benefited the common case of "for a,b,c in zip(alist, blist, clist): ...".  

On another thread, I did see mention of removing the memset() from tuple creation and that seems like a promising direction.

----------
assignee: rhettinger -> 

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23507>
_______________________________________


More information about the Python-bugs-list mailing list