FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Small speedup for dataclass __eq__ and __repr__ by rhettinger · Pull Request #104904 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Small speedup for dataclass __eq__ and __repr__
- #104904
#104904
Merged
ericvsmith
merged 4 commits into
python:main
python/cpython:main
from
rhettinger:faster_dataclasses
rhettinger/cpython:faster_dataclasses
Copy head branch name to clipboard
May 30, 2023
Conversation
Commits
4
(4)
Checks
Files changed
Merged
Small speedup for dataclass __eq__ and __repr__
#104904
ericvsmith
merged 4 commits into
python:main
python/cpython:main
from
rhettinger:faster_dataclasses
rhettinger/cpython:faster_dataclasses
Copy head branch name to clipboard
Commits
Commits on May 14, 2023
Faster __repr__ with str.__add__ moved inside the f-string.
rhettinger
committed
88a816d
View commit details
Copy full SHA for 88a816d
Browse repository at this point
Commits on May 24, 2023
Almost there
rhettinger
committed
bce2e72
View commit details
Copy full SHA for bce2e72
Browse repository at this point
Faster __eq__
rhettinger
committed
cfa5a06
View commit details
Copy full SHA for cfa5a06
Browse repository at this point
Commits on May 25, 2023
Merge branch 'main' into faster_dataclasses
hauntsaninja
authored
30439ce
View commit details
Copy full SHA for 30439ce
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL