[issue24424] xml.dom.minidom: performance issue with Node.insertBefore()

Serhiy Storchaka report at bugs.python.org
Sat Jun 18 02:41:49 EDT 2016


Serhiy Storchaka added the comment:

There are different tricks that allow to minimize an overhead. Here is tuned patch.

But I still not sure that this special case is worth to be optimized.

----------
Added file: http://bugs.python.org/file43445/minidom.insertBefore2.patch

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


More information about the Python-bugs-list mailing list