Message256455
According to lxml benchmark [1], deepcopying a tree in ElementTree is about 20 times slower than in lxml. Proposed patch optimizes deepcopying C implementation of ElementTree about 20 times. It is now 5% to 3 times faster than in lxml.
[1] http://lxml.de/performance.html |
|
Date |
User |
Action |
Args |
2015-12-15 10:48:07 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, brett.cannon, scoder |
2015-12-15 10:48:07 | serhiy.storchaka | set | messageid: <1450176487.07.0.677302980007.issue25869@psf.upfronthosting.co.za> |
2015-12-15 10:48:06 | serhiy.storchaka | link | issue25869 messages |
2015-12-15 10:48:06 | serhiy.storchaka | create | |
|