[issue18813] Speed up slice object processing

Stefan Behnel report at bugs.python.org
Thu Aug 22 22:55:14 CEST 2013


Stefan Behnel added the comment:

This tiny patch adds a fast-path to _PyEval_SliceIndex() that speeds up the slicing-heavy "fannkuch" benchmark by 8% for me.

----------
keywords: +patch
Added file: http://bugs.python.org/file31421/faster_PyEval_SliceIndex.patch

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


More information about the Python-bugs-list mailing list