FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-117151: IO performance improvement, increase io.DEFAULT_BUFFER_SIZE to 128k by morotti · Pull Request #118144 · 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
gh-117151: IO performance improvement, increase io.DEFAULT_BUFFER_SIZE to 128k
- #118144
#118144
Merged
gpshead
merged 19 commits into
python:main
python/cpython:main
from
man-group:io-buffer-size
man-group/cpython:io-buffer-size
Copy head branch name to clipboard
Mar 7, 2025
Conversation
Commits
19
(19)
Checks
Files changed
Merged
gh-117151: IO performance improvement, increase io.DEFAULT_BUFFER_SIZE to 128k
#118144
gpshead
merged 19 commits into
python:main
python/cpython:main
from
man-group:io-buffer-size
man-group/cpython:io-buffer-size
Copy head branch name to clipboard
Commits
Commits on Feb 6, 2025
pythongh-117151: IO performance improvement, increase io.DEFAULT_BUFFER_SIZE to 128k, adjust open() to use max(st_blksize, io.DEFAULT_BUFFER_SIZE)
rmmancom
committed
1d85458
View commit details
Copy full SHA for 1d85458
Browse repository at this point
construct the test data more efficiently, no intermediate list
rmmancom
committed
da988ba
View commit details
Copy full SHA for da988ba
Browse repository at this point
adjust news and comments
rmmancom
committed
eaa0df6
View commit details
Copy full SHA for eaa0df6
Browse repository at this point
curly braces
rmmancom
committed
1af8e18
View commit details
Copy full SHA for 1af8e18
Browse repository at this point
cap the block size to 8 MB.
rmmancom
committed
18f472c
View commit details
Copy full SHA for 18f472c
Browse repository at this point
use with to open file
rmmancom
committed
d7e0cf7
View commit details
Copy full SHA for d7e0cf7
Browse repository at this point
cap the block size to 8 MB.
rmmancom
committed
07be8af
View commit details
Copy full SHA for 07be8af
Browse repository at this point
add constant MAXIMUM_BUFFER_SIZE
rmmancom
committed
8546600
View commit details
Copy full SHA for 8546600
Browse repository at this point
update docstring
rmmancom
committed
a1df21d
View commit details
Copy full SHA for a1df21d
Browse repository at this point
expose MAXIMUM_BUFFER_SIZE
rmmancom
committed
4e0e1e1
View commit details
Copy full SHA for 4e0e1e1
Browse repository at this point
Commits on Feb 7, 2025
Revert "expose MAXIMUM_BUFFER_SIZE"
Show description for 0ab4592
rmmancom
committed
0ab4592
View commit details
Copy full SHA for 0ab4592
Browse repository at this point
rename to _MAXIMUM_BUFFER_SIZE
rmmancom
committed
209706e
View commit details
Copy full SHA for 209706e
Browse repository at this point
Commits on Feb 10, 2025
remove constant _MAXIMUM_BUFFER_SIZE
rmmancom
committed
7ce54c4
View commit details
Copy full SHA for 7ce54c4
Browse repository at this point
update news
rmmancom
committed
4e9b68d
View commit details
Copy full SHA for 4e9b68d
Browse repository at this point
Commits on Feb 11, 2025
Merge branch 'main' into io-buffer-size
morotti
authored
421ec33
View commit details
Copy full SHA for 421ec33
Browse repository at this point
Commits on Feb 18, 2025
move to after error
rmmancom
committed
f7ecbef
View commit details
Copy full SHA for f7ecbef
Browse repository at this point
update news message to match code
rmmancom
committed
54bc5ee
View commit details
Copy full SHA for 54bc5ee
Browse repository at this point
Commits on Mar 7, 2025
format code block with double backticks
rmmancom
committed
f9258be
View commit details
Copy full SHA for f9258be
Browse repository at this point
Merge branch 'main' into io-buffer-size
rmmancom
committed
3a78177
View commit details
Copy full SHA for 3a78177
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL