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 yselivanov
Recipients gvanrossum, pitrou, vstinner, yselivanov
Date 2014-01-15.22:39:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389825544.78.0.646968517061.issue20275@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote a small micro-benchmark, that creates 100K tasks and executes them.

With debug code the execution time is around 2.8-3.1s, with debug comment commented out it's around 2.3-2.4s.

Again, it's a micro-benchmark, and in a real application the impact is going to be much smaller.
History
Date User Action Args
2014-01-15 22:39:04yselivanovsetrecipients: + yselivanov, gvanrossum, pitrou, vstinner
2014-01-15 22:39:04yselivanovsetmessageid: <1389825544.78.0.646968517061.issue20275@psf.upfronthosting.co.za>
2014-01-15 22:39:04yselivanovlinkissue20275 messages
2014-01-15 22:39:04yselivanovcreate