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 zbyrne
Recipients pitrou, serhiy.storchaka, vstinner, yselivanov, zbyrne
Date 2016-02-05.17:04:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454691885.6.0.274089038593.issue26280@psf.upfronthosting.co.za>
In-reply-to
Content
I'm attaching output from a selection of the benchmarks, I'm counting non-builtins and slices, but for everything, not just lists and tuples.

Quick observation: math workloads seem list heavy, text workloads seem dict heavy, and tuples are usually somewhere in the middle.
History
Date User Action Args
2016-02-05 17:04:45zbyrnesetrecipients: + zbyrne, pitrou, vstinner, serhiy.storchaka, yselivanov
2016-02-05 17:04:45zbyrnesetmessageid: <1454691885.6.0.274089038593.issue26280@psf.upfronthosting.co.za>
2016-02-05 17:04:45zbyrnelinkissue26280 messages
2016-02-05 17:04:45zbyrnecreate