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 brandtbucher
Recipients brandtbucher, pablogsal, serhiy.storchaka
Date 2019-10-11.20:49:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570826958.05.0.996283006757.issue38436@roundup.psfhosted.org>
In-reply-to
Content
I went ahead and ran an instrumented build on some random production code (mostly financial data processing), just because I was curious:

BINARY_ADD ops: 3,720,776
BINARY_ADD ops with two lists: 100,452 (2.7% of total)
BINARY_ADD with new fast path: 26,357 (26.2% of list adds, 0.7% of total)
History
Date User Action Args
2019-10-11 20:49:18brandtbuchersetrecipients: + brandtbucher, serhiy.storchaka, pablogsal
2019-10-11 20:49:18brandtbuchersetmessageid: <1570826958.05.0.996283006757.issue38436@roundup.psfhosted.org>
2019-10-11 20:49:18brandtbucherlinkissue38436 messages
2019-10-11 20:49:17brandtbuchercreate