8000 gh-72902: improve Fraction(str) speed (don't use regexp's) by skirpichev · Pull Request #133994 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-72902: improve Fraction(str) speed (don't use regexp's) #133994

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
+1
  • Loading branch information
skirpichev committed May 20, 2025
commit 20436d8800e88b092d0d32ddffe566dbf7e13596
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Improve speed (x1.6-x2) of the :class:`~fractions.Fraction` constructor for
Improve speed (x1.3-1.5) of the :class:`~fractions.Fraction` constructor for
string inputs.
Loading
0