Message301446
BTW, it seems that Yury's dict copy optimisation would also help here. When I use a benchmark scenario with a simple non-empty method/attribute dict (from Cython this time), almost 10% of the creation time is spent copying that dict, which should essentially just be a memcopy() since it doesn't need any resizing at that point. |
|
| Date |
User |
Action |
Args |
| 2017-09-06 06:39:45 | scoder | set | recipients:
+ scoder, rhettinger, pitrou, vstinner, methane, serhiy.storchaka |
| 2017-09-06 06:39:45 | scoder | set | messageid: <[email protected]> |
| 2017-09-06 06:39:45 | scoder | link | issue31336 messages |
| 2017-09-06 06:39:45 | scoder | create | |
|