[issue26280] ceval: Optimize [] operation similarly to CPython 2.7

Zach Byrne report at bugs.python.org
Fri Feb 5 12:04:45 EST 2016


Zach Byrne added the comment:

I'm attaching output from a selection of the benchmarks, I'm counting non-builtins and slices, but for everything, not just lists and tuples.

Quick observation: math workloads seem list heavy, text workloads seem dict heavy, and tuples are usually somewhere in the middle.

----------
Added file: http://bugs.python.org/file41826/subscr_stats.txt

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


More information about the Python-bugs-list mailing list