FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-120754: Reduce system calls in full-file readall case by cmaloney · Pull Request #120755 · 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.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-120754: Reduce system calls in full-file readall case
- #120755
#120755
Merged
vstinner
merged 15 commits into
python:main
python/cpython:main
from
cmaloney:cmaloney/readall_faster
cmaloney/cpython:cmaloney/readall_faster
Copy head branch name to clipboard
Jul 4, 2024
Conversation
Commits
15
(15)
Checks
Files changed
Merged
gh-120754: Reduce system calls in full-file readall case
#120755
vstinner
merged 15 commits into
python:main
python/cpython:main
from
cmaloney:cmaloney/readall_faster
cmaloney/cpython:cmaloney/readall_faster
Copy head branch name to clipboard
Commits
Commits on Jun 19, 2024
Reduce system calls in full-file readall case
Show description for 78c4de0
cmaloney
committed
78c4de0
View commit details
Copy full SHA for 78c4de0
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
30d335e
View commit details
Copy full SHA for 30d335e
Browse repository at this point
Update news to pass lint
cmaloney
committed
9d7f925
View commit details
Copy full SHA for 9d7f925
Browse repository at this point
Fix warning around type coercion on 64 bit windows; range is explicitly checked
cmaloney
committed
dd0b294
View commit details
Copy full SHA for dd0b294
Browse repository at this point
Commits on Jun 27, 2024
Change constant to named constant per review
cmaloney
committed
7ad6fa8
View commit details
Copy full SHA for 7ad6fa8
Browse repository at this point
Move downcast to Py_SAFE_DOWNCAST
cmaloney
committed
fa9ac6a
View commit details
Copy full SHA for fa9ac6a
Browse repository at this point
Commits on Jun 28, 2024
Update Misc/NEWS.d/next/Core and Builtins/2024-06-19-19-54-35.gh-issue-120754.uF29sj.rst
hauntsaninja
authored
93aee47
View commit details
Copy full SHA for 93aee47
Browse repository at this point
Commits on Jun 29, 2024
Update pyio to try and fstat and seek less
cmaloney
committed
39e48ee
View commit details
Copy full SHA for 39e48ee
Browse repository at this point
Cap read size at _PY_READ_MAX to fix windows x86
Show description for b7d3880
cmaloney
committed
b7d3880
View commit details
Copy full SHA for b7d3880
Browse repository at this point
Cap initial bufsize on pyio
cmaloney
committed
a4c2cb6
View commit details
Copy full SHA for a4c2cb6
Browse repository at this point
Pyio was relying on getting the size after truncate for test_largefile to pass
cmaloney
committed
84bd2d8
View commit details
Copy full SHA for 84bd2d8
Browse repository at this point
Commits on Jul 2, 2024
Comment formatting
erlend-aasland
authored
b505334
View commit details
Copy full SHA for b505334
Browse repository at this point
Commits on Jul 3, 2024
size_estimated -> estimated_size
cmaloney
committed
7e276ec
View commit details
Copy full SHA for 7e276ec
Browse repository at this point
Py_SAFE_DOWNCAST -> C casts
cmaloney
committed
9be6d1d
View commit details
Copy full SHA for 9be6d1d
Browse repository at this point
Apply suggestions from code review
Show description for dc8e910
cmaloney
and
vstinner
authored
dc8e910
View commit details
Copy full SHA for dc8e910
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL