[New-bugs-announce] [issue18813] Speed up slice object processing
Stefan Behnel
report at bugs.python.org
Thu Aug 22 22:52:52 CEST 2013
New submission from Stefan Behnel:
The get/set/delitem slicing protocol has replaced the old Py2.x get/set/delslice protocol in Py3.x. This change introduces a substantial overhead due to processing indices as Python objects rather than plain Py_ssize_t values. This overhead should be reduced as much as possible.
This ticket can be seen as a more general follow-up to issue10227.
----------
components: Interpreter Core
messages: 195918
nosy: pitrou, scoder
priority: normal
severity: normal
status: open
title: Speed up slice object processing
type: performance
versions: Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18813>
_______________________________________
More information about the New-bugs-announce
mailing list