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 Crowthebird
Recipients Crowthebird, malin, serhiy.storchaka, sir-sigurd, vstinner
Date 2022-03-14.05:42:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647236544.06.0.0763738412045.issue37907@roundup.psfhosted.org>
In-reply-to
Content
New benchmarks with the new changes:

PyLong_AsSsize_t: Mean +- std dev: [orig] 10.3 us +- 0.6 us -> [modif] 9.03 us +- 0.61 us: 1.14x faster
PyLong_AsSize_t: Mean +- std dev: [orig] 10.5 us +- 2.4 us -> [modif] 9.26 us +- 0.17 us: 1.13x faster
PyLong_AsLong: Mean +- std dev: [orig] 12.7 us +- 0.1 us -> [modif] 11.2 us +- 0.4 us: 1.14x faster
PyLong_AsUnsignedLong: Mean +- std dev: [orig] 12.5 us +- 0.4 us -> [modif] 11.4 us +- 0.6 us: 1.10x faster

Benchmark hidden because not significant (2): PyLong_AsLongLong, PyLong_AsUnsignedLongLong

Geometric mean: 1.09x faster
History
Date User Action Args
2022-03-14 05:42:24Crowthebirdsetrecipients: + Crowthebird, vstinner, serhiy.storchaka, malin, sir-sigurd
2022-03-14 05:42:24Crowthebirdsetmessageid: <1647236544.06.0.0763738412045.issue37907@roundup.psfhosted.org>
2022-03-14 05:42:24Crowthebirdlinkissue37907 messages
2022-03-14 05:42:23Crowthebirdcreate