Issue41873
➜
This issue tracker will soon become read-only and move to GitHub.
For a smoother transition, remember to
log in and link your GitHub username to your profile.
For more information,
see this post about the migration.
Created on 2020-09-28 08:55 by Dennis Sweeney, last changed 2021-04-06 14:49 by corona10. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 22432 | merged | Dennis Sweeney, 2020-09-28 08:55 | |
| Messages (3) | |||
|---|---|---|---|
| msg377590 - (view) | Author: Dennis Sweeney (Dennis Sweeney) * ![]() |
Date: 2020-09-28 08:55 | |
I got these benchmarks: .\python.bat -m pyperf timeit "float(0)" Before: Mean +- std dev: 79.0 ns +- 1.0 ns After: Mean +- std dev: 51.5 ns +- 1.6 ns |
|||
| msg377647 - (view) | Author: Dong-hee Na (corona10) * ![]() |
Date: 2020-09-29 00:56 | |
New changeset e8acc355d430b45f1c3ff83312e72272262a854f by Dennis Sweeney in branch 'master': bpo-41873: Add vectorcall for float() (GH-22432) https://github.com/python/cpython/commit/e8acc355d430b45f1c3ff83312e72272262a854f |
|||
| msg377648 - (view) | Author: Dong-hee Na (corona10) * ![]() |
Date: 2020-09-29 00:58 | |
Now float() is faster! Thank you for your contribution, Dennis :) And thank you Victor as co-reviewer! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-06 14:49:25 | corona10 | set | pull_requests: - pull_request23959 |
| 2021-04-06 14:41:43 | corona10 | set | pull_requests: + pull_request23959 |
| 2020-09-29 00:58:12 | corona10 | set | status: open -> closed nosy:
+ vstinner resolution: fixed |
| 2020-09-29 00:56:02 | corona10 | set | nosy:
+ corona10 messages: + msg377647 |
| 2020-09-28 08:55:34 | Dennis Sweeney | set | keywords:
+ patch stage: patch review pull_requests: + pull_request21463 |
| 2020-09-28 08:55:08 | Dennis Sweeney | create | |
