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 vstinner
Recipients jwilk, serhiy.storchaka, vstinner
Date 2018-12-05.14:26:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544020009.0.0.788709270274.issue35389@psf.upfronthosting.co.za>
In-reply-to
Content
> Quick benchmark on Fedora 29:
> python3 -m perf command ./python -S -c 'import platform; platform.libc_ver()'
> 94.9 ms +- 4.3 ms -> 33.2 ms +- 1.4 ms: 2.86x faster (-65%)

Oops, my benchmark in the commit message was wrong, it includes the startup time...

Correct benchmark says 44,538x faster, it's *WAY* better!

[regex] 56.1 ms +- 1.9 ms -> [confstr] 1.26 us +- 0.04 us: 44537.88x faster (-100%)
History
Date User Action Args
2018-12-05 14:26:49vstinnersetrecipients: + vstinner, jwilk, serhiy.storchaka
2018-12-05 14:26:49vstinnersetmessageid: <1544020009.0.0.788709270274.issue35389@psf.upfronthosting.co.za>
2018-12-05 14:26:48vstinnerlinkissue35389 messages
2018-12-05 14:26:48vstinnercreate