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 izbyshev, methane, serhiy.storchaka, vstinner
Date 2018-08-23.07:05:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535007922.56.0.56676864532.issue34436@psf.upfronthosting.co.za>
In-reply-to
Content
bytes % args has been optimized using the _PyBytesWriter API in bpo-25349: commit fa7762ec066aa3632a25b6a52bb7597b8f17c2f3.

I converted my old benchmark from bpo-25349 to my new perf module:
https://github.com/vstinner/pymicrobench/blob/master/bench_bytes_format_int.py

See also my article on _PyBytesWriter API: https://vstinner.github.io/pybyteswriter.html
History
Date User Action Args
2018-08-23 07:05:22vstinnersetrecipients: + vstinner, methane, serhiy.storchaka, izbyshev
2018-08-23 07:05:22vstinnersetmessageid: <1535007922.56.0.56676864532.issue34436@psf.upfronthosting.co.za>
2018-08-23 07:05:22vstinnerlinkissue34436 messages
2018-08-23 07:05:22vstinnercreate