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 bar.harel
Recipients bar.harel, brett.cannon, pitrou
Date 2016-04-11.16:50:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460393402.14.0.550689084671.issue26734@psf.upfronthosting.co.za>
In-reply-to
Content
After asking a question regarding performance in StackOverflow, I received an answer which seemed like a design problem in object allocation.
This is the question: http://stackoverflow.com/q/36548518/1658617
Seems like it ignores the garbage allocation settings (as timeit is supposed to disable it as far as I know) and I might not be proficient in low-level programming but there should be a way to implement it that doesn't cause endless allocations.
History
Date User Action Args
2016-04-11 16:50:02bar.harelsetrecipients: + bar.harel, brett.cannon, pitrou
2016-04-11 16:50:02bar.harelsetmessageid: <1460393402.14.0.550689084671.issue26734@psf.upfronthosting.co.za>
2016-04-11 16:50:01bar.harellinkissue26734 messages
2016-04-11 16:50:01bar.harelcreate