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 methane
Recipients Marco Sulla, Mark.Shannon, methane
Date 2020-10-24.07:36:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603525015.72.0.152647903074.issue41835@roundup.psfhosted.org>
In-reply-to
Content
@Marco Sulla

> @methane: well, to be honest, I don't see much difference between the two pulls. The major difference is that you merged insertdict_init in dict_merge_init.

Not only it but also some simplification which make 10% faster than GH-22346.

> But I kept insertdict_init separate on purpose, because this function can be used in other future dedicated function on creation time only.

Where do you expect to use it? Would you implement some more optimization based on your PR to demonstrate your idea?

I confirmed that GH-22909 can be used to optimize BUILD_CONST_KEY_MAP (GH-22911). That's why I merged two functions.

> AssertionError: would build wheel with unsupported tag ('cp310', 'cp310', 'linux_x86_64')

Try `pip install pyperformance==1.0.0`.
History
Date User Action Args
2020-10-24 07:36:55methanesetrecipients: + methane, Mark.Shannon, Marco Sulla
2020-10-24 07:36:55methanesetmessageid: <1603525015.72.0.152647903074.issue41835@roundup.psfhosted.org>
2020-10-24 07:36:55methanelinkissue41835 messages
2020-10-24 07:36:55methanecreate