[issue25638] Verify the etree_parse and etree_iterparse benchmarks are working appropriately

Serhiy Storchaka report at bugs.python.org
Sat Nov 21 06:06:46 EST 2015


Serhiy Storchaka added the comment:

Proposed patch optimizes iterparse(). Now it is only 33% slower than in 2.7 (was 2.6 times slower).

----------
components: +Extension Modules, Library (Lib), XML
keywords: +patch
nosy: +eli.bendersky, scoder
stage:  -> patch review
type:  -> performance
versions: +Python 3.6
Added file: http://bugs.python.org/file41110/etree_iterparse.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25638>
_______________________________________


More information about the Python-bugs-list mailing list