New submission from Raymond Hettinger <[email protected]>:
Improve performance by 33% by optimizing argument handling and by adding a fast path for the common case of a single non-negative integer index into a tuple (which is the typical use case in the standard library). ---------- components: Library (Lib) messages: 333041 nosy: rhettinger priority: normal severity: normal status: open title: Optimize itemgetter() type: performance versions: Python 3.8 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue35664> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
