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 corona10
Recipients corona10, vstinner
Date 2020-09-27.13:20:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601212858.37.0.301484827373.issue41870@roundup.psfhosted.org>
In-reply-to
Content
bool type is well-used builtin types, I noticed that if we use vector call to bool type, it shows the awesome performance enhancement.

Mean +- std dev: [master] 91.4 us +- 3.3 us -> [vectorcall] 48.6 us +- 3.1 us: 1.88x faster (-47%)
History
Date User Action Args
2020-09-27 13:20:58corona10setrecipients: + corona10, vstinner
2020-09-27 13:20:58corona10setmessageid: <1601212858.37.0.301484827373.issue41870@roundup.psfhosted.org>
2020-09-27 13:20:58corona10linkissue41870 messages
2020-09-27 13:20:57corona10create