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 rhettinger
Recipients jkloth, rhettinger, serhiy.storchaka, vstinner
Date 2016-01-26.00:47:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453769250.74.0.448704020971.issue26201@psf.upfronthosting.co.za>
In-reply-to
Content
> Well, Serhiy Storchaka asked for a microbenchmark. 
> For an optimization, it's a reasonable request no?

As noted above, it not reasonable for a C-API that isn't used internally because there is no reasonable way to measure the effect without writing a C extension.

FWIW, I look at assembly to see direct evidence for the effect of a change.  It makes it easy to see how many memory accesses happen on a given path.

If you're going to be in the optimization business, I really wish you would read some of the basics in the field so that each and every technique doesn't have to be re-proved to you each time it used.  Here's a short-list I put together for those who were interested : https://dl.dropboxusercontent.com/u/3967849/sftalk/_build/html/misc.html#optimization-resources
History
Date User Action Args
2016-01-26 00:47:30rhettingersetrecipients: + rhettinger, vstinner, jkloth, serhiy.storchaka
2016-01-26 00:47:30rhettingersetmessageid: <1453769250.74.0.448704020971.issue26201@psf.upfronthosting.co.za>
2016-01-26 00:47:30rhettingerlinkissue26201 messages
2016-01-26 00:47:30rhettingercreate