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, methane
Date 2020-09-23.05:19:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600838366.49.0.188223542137.issue41835@roundup.psfhosted.org>
In-reply-to
Content
I have a Linux desktop machine for benchmarking & profiling in my office. But the machine is offline and I am working from home several weeks.
So please wait several weeks until I confirm your branch.

> This change speeds up the code up to a 30%. Tested with:
>
>  python -m timeit -n 2000  --setup "from uuid import uuid4 ; o =
>  {str(uuid4()).replace('-', '') : str(uuid4()).replace('-', '') for i
>  in range(10000)}" "dict(**o)"

`dict(**o)` is not common use case. Could you provide some other benchmarks?
History
Date User Action Args
2020-09-23 05:19:26methanesetrecipients: + methane, Marco Sulla
2020-09-23 05:19:26methanesetmessageid: <1600838366.49.0.188223542137.issue41835@roundup.psfhosted.org>
2020-09-23 05:19:26methanelinkissue41835 messages
2020-09-23 05:19:26methanecreate