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 jdemeyer
Recipients jdemeyer, larry, methane, python-dev, rhettinger, vstinner
Date 2019-07-09.10:19:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562667574.57.0.362756789255.issue29312@roundup.psfhosted.org>
In-reply-to
Content
> but it will make d1.update(**d2) slower with a complexity of O(n): d2 must be converted to 2 lists

This part is still true and it causes a slow-down of about 23% for dict.update(**d), see benchmarks at https://github.com/python/cpython/pull/14589#issuecomment-509356084
History
Date User Action Args
2019-07-09 10:19:34jdemeyersetrecipients: + jdemeyer, rhettinger, vstinner, larry, methane, python-dev
2019-07-09 10:19:34jdemeyersetmessageid: <1562667574.57.0.362756789255.issue29312@roundup.psfhosted.org>
2019-07-09 10:19:34jdemeyerlinkissue29312 messages
2019-07-09 10:19:34jdemeyercreate