X Tutup
The Wayback Machine - https://web.archive.org/web/20250617220330/https://github.com/python/cpython/issues/68612
Skip to content

xml.dom.minidom: performance issue with Node.insertBefore() #68612

Closed as not planned
@RobertHaschke

Description

@RobertHaschke
BPO 24424
Nosy @benjaminp, @berkerpeksag, @serhiy-storchaka
Files
  • minidom.insertBefore.patch: simple patch for this issue
  • minidom.insertBefore.patch: patch in unified diff format
  • minidom_example.py: example demonstrating the performance boost
  • minidom_example2.py: example demonstrating the performance regression
  • etree_example.py
  • minidom.insertBefore2.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/serhiy-storchaka'
    closed_at = None
    created_at = <Date 2015-06-10.13:29:16.632>
    labels = ['expert-XML', 'performance']
    title = 'xml.dom.minidom: performance issue with Node.insertBefore()'
    updated_at = <Date 2016-06-18.15:21:46.035>
    user = 'https://bugs.python.org/RobertHaschke'

    bugs.python.org fields:

    activity = <Date 2016-06-18.15:21:46.035>
    actor = 'Robert Haschke'
    assignee = 'serhiy.storchaka'
    closed = False
    closed_date = None
    closer = None
    components = ['XML']
    creation = <Date 2015-06-10.13:29:16.632>
    creator = 'Robert Haschke'
    dependencies = []
    files = ['39674', '43414', '43436', '43438', '43439', '43445']
    hgrepos = []
    issue_num = 24424
    keywords = ['patch']
    message_count = 13.0
    messages = ['245128', '254134', '268664', '268669', '268671', '268710', '268722', '268726', '268731', '268736', '268741', '268767', '268815']
    nosy_count = 5.0
    nosy_names = ['benjamin.peterson', 'berker.peksag', 'serhiy.storchaka', 'Robert Haschke', 'guihome']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'performance'
    url = 'https://bugs.python.org/issue24424'
    versions = ['Python 3.6']

    Metadata

    Metadata

    Labels

    pendingThe issue will be closed if no feedback is providedperformancePerformance or resource usagetopic-XML

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup