Message354492
| 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:18 | brandtbucher | set | recipients: + brandtbucher, serhiy.storchaka, pablogsal |
| 2019-10-11 20:49:18 | brandtbucher | set | messageid: <1570826958.05.0.996283006757.issue38436@roundup.psfhosted.org> |
| 2019-10-11 20:49:18 | brandtbucher | link | issue38436 messages |
| 2019-10-11 20:49:17 | brandtbucher | create | |