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 christian.heimes
Recipients christian.heimes, eric.snow, lemburg, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2013-08-15.09:28:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376558916.91.0.65280284181.issue17628@psf.upfronthosting.co.za>
In-reply-to
Content
It's also bad for memory read performance if the string is rather long. The memory controller performs best when code reads memory sequential. The talk http://www.youtube.com/watch?v=MC1EKLQ2Wmg about mythbusting modern hardware sums it up real nice.
History
Date User Action Args
2013-08-15 09:28:36christian.heimessetrecipients: + christian.heimes, lemburg, rhettinger, pitrou, vstinner, eric.snow, serhiy.storchaka
2013-08-15 09:28:36christian.heimessetmessageid: <1376558916.91.0.65280284181.issue17628@psf.upfronthosting.co.za>
2013-08-15 09:28:36christian.heimeslinkissue17628 messages
2013-08-15 09:28:36christian.heimescreate