Message256059
The iterparse benchmark in 3.6 still is 30% slower than in 2.7. The parse benchmark is 70% slower. Hence there are other causes of the slowing down.
One of causes is that in 3.x an empty dict instead of None is passed to start handler as attrib parameter if the start tag has no attributes. This makes parsing parsing about 10% slower. |
|
Date |
User |
Action |
Args |
2015-12-07 12:18:06 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, brett.cannon, pitrou, scoder, eli.bendersky, python-dev |
2015-12-07 12:18:06 | serhiy.storchaka | set | messageid: <1449490686.2.0.905407655401.issue25638@psf.upfronthosting.co.za> |
2015-12-07 12:18:06 | serhiy.storchaka | link | issue25638 messages |
2015-12-07 12:18:05 | serhiy.storchaka | create | |
|