Message256472
Proposed patch refactors and optimize the code for iterating ElementTree. Refactoring and minor optimization makes the code about 30 lines smaller and 2-3% faster. Using a continuous array instead of linked list makes the code up to 40% faster (lxml benchmark was used to measurement).
In addition the patch fixes possible issue with owning references. |
|
| Date |
User |
Action |
Args |
| 2015-12-15 19:17:03 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, brett.cannon, scoder |
| 2015-12-15 19:17:03 | serhiy.storchaka | set | messageid: <1450207023.67.0.072498678693.issue25873@psf.upfronthosting.co.za> |
| 2015-12-15 19:17:03 | serhiy.storchaka | link | issue25873 messages |
| 2015-12-15 19:17:03 | serhiy.storchaka | create | |
|