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 corona10, erlendaasland, hydroflask, vstinner
Date 2022-02-07.13:45:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644241545.32.0.5762205759.issue46323@roundup.psfhosted.org>
In-reply-to
Content
A benchmark on calling C functions using ctypes sounds better than a benchmark calling Python functions. For Python functions, Python objects are converted to C types, and then C types are convered back to Python objects, the Python result is converted to a C type, and then the C type is converted back to a Python object for the final result...

It would be nice to have a benchmark on different number of arguments. Like: 0, 1, 3, 5, 8, 10.
History
Date User Action Args
2022-02-07 13:45:45vstinnersetrecipients: + vstinner, hydroflask, corona10, erlendaasland
2022-02-07 13:45:45vstinnersetmessageid: <1644241545.32.0.5762205759.issue46323@roundup.psfhosted.org>
2022-02-07 13:45:45vstinnerlinkissue46323 messages
2022-02-07 13:45:45vstinnercreate