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 Robert Haschke
Recipients Robert Haschke, benjamin.peterson, berker.peksag, guihome, serhiy.storchaka
Date 2016-06-17.20:13:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466194395.65.0.160701162788.issue24424@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see how to further minimize the checks - all of them are required. I think, the most common uses cases to create a document are appendChild(), which is not affected, and insertBefore() using the same refChild for a while. In that case, the patch gives a tremendous speedup.

If you as maintainers don't want to share this improvement with the community, it's your choice and I will be fine with that.
History
Date User Action Args
2016-06-17 20:13:15Robert Haschkesetrecipients: + Robert Haschke, benjamin.peterson, berker.peksag, serhiy.storchaka, guihome
2016-06-17 20:13:15Robert Haschkesetmessageid: <1466194395.65.0.160701162788.issue24424@psf.upfronthosting.co.za>
2016-06-17 20:13:15Robert Haschkelinkissue24424 messages
2016-06-17 20:13:15Robert Haschkecreate