This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients brett.cannon, scoder, serhiy.storchaka
Date 2015-12-15.19:17:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450207023.67.0.072498678693.issue25873@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-12-15 19:17:03serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, scoder
2015-12-15 19:17:03serhiy.storchakasetmessageid: <1450207023.67.0.072498678693.issue25873@psf.upfronthosting.co.za>
2015-12-15 19:17:03serhiy.storchakalinkissue25873 messages
2015-12-15 19:17:03serhiy.storchakacreate