This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients pitrou, scoder
Date 2013-08-22.20:55:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377204914.2.0.444415177979.issue18813@psf.upfronthosting.co.za>
In-reply-to
Content
This tiny patch adds a fast-path to _PyEval_SliceIndex() that speeds up the slicing-heavy "fannkuch" benchmark by 8% for me.
History
Date User Action Args
2013-08-22 20:55:14scodersetrecipients: + scoder, pitrou
2013-08-22 20:55:14scodersetmessageid: <1377204914.2.0.444415177979.issue18813@psf.upfronthosting.co.za>
2013-08-22 20:55:14scoderlinkissue18813 messages
2013-08-22 20:55:14scodercreate