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 methane, serhiy.storchaka, vstinner
Date 2016-11-18.12:49:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479473344.32.0.0305884112253.issue28731@psf.upfronthosting.co.za>
In-reply-to
Content
inada-n@test1:~/work/py36$ ~/local/py36/bin/patched -m perf timeit --compare-to ~/local/py36/bin/master -- 'd = {"a":1, "b":2, "c":3, "d":4, "e":5, "f":6}'
master: ..................... 910 ns +- 49 ns
patched: ..................... 713 ns +- 26 ns

Median +- std dev: [master] 910 ns +- 49 ns -> [patched] 713 ns +- 26 ns: 1.28x faster

inada-n@test1:~/work/py36$ ~/local/py36/bin/patched -m perf timeit --compare-to ~/local/py35/bin/python3.5 -- 'd = {"a":1, "b":2, "c":3, "d":4, "e":5, "f":6}'
python3.5: ..................... 1.17 us +- 0.06 us
patched: ..................... 720 ns +- 24 ns

Median +- std dev: [python3.5] 1.17 us +- 0.06 us -> [patched] 720 ns +- 24 ns: 1.62x faster
History
Date User Action Args
2016-11-18 12:49:04methanesetrecipients: + methane, vstinner, serhiy.storchaka
2016-11-18 12:49:04methanesetmessageid: <1479473344.32.0.0305884112253.issue28731@psf.upfronthosting.co.za>
2016-11-18 12:49:04methanelinkissue28731 messages
2016-11-18 12:49:03methanecreate