Skip to content

Commit b88aedb

Browse files
morottieendebakpt
andauthored
Update Misc/NEWS.d/next/Core and Builtins/2024-04-30-14-03-09.gh-issue-117151.yt2H8c.rst
Co-authored-by: Pieter Eendebak <[email protected]>
1 parent d1433c1 commit b88aedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
increase io.DEFAULT_BUFFER_SIZE from 4k/8k to 128k. fix open on Linux to use
1+
Increase ``io.DEFAULT_BUFFER_SIZE`` from 4k/8k to 128k. Adapt :func:`open` on Linux to use
22
``max(io.DEFAULT_BUFFER_SIZE, device block size)`` rather than the device block
33
size. Improve I/O performance upto 3 to 5 times. Patch by Romain Morotti.

0 commit comments

Comments
 (0)