[issue10227] Improve performance of MemoryView slicing

Stefan Behnel report at bugs.python.org
Thu Feb 3 16:32:15 CET 2011


Stefan Behnel <scoder at users.sourceforge.net> added the comment:

> of course, this will not help for other common cases such as l[x:x+2]

... which is exactly what this slice caching patch is there for. ;-)

----------

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


More information about the Python-bugs-list mailing list