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 2021-03-21.03:25:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616297103.49.0.396627193734.issue43575@roundup.psfhosted.org>
In-reply-to
Content
+-----------+------------------+----------------------+
| Benchmark | map_bench_master | map_bench_vectorcall |
+===========+==================+======================+
| bench map | 151 ns           | 116 ns: 1.30x faster |
+-----------+------------------+----------------------+

We already apply this feature for filter().
No reason not to apply map().
History
Date User Action Args
2021-03-21 03:25:03corona10setrecipients: + corona10, vstinner
2021-03-21 03:25:03corona10setmessageid: <1616297103.49.0.396627193734.issue43575@roundup.psfhosted.org>
2021-03-21 03:25:03corona10linkissue43575 messages
2021-03-21 03:25:03corona10create