Skip to content

Commit

Permalink
Update Misc/NEWS.d/next/Core and Builtins/2024-04-30-14-03-09.gh-issu…
Browse files Browse the repository at this point in the history
…e-117151.yt2H8c.rst

Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
  • Loading branch information
morotti and eendebakpt authored Jun 17, 2024
1 parent d1433c1 commit b88aedb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
increase io.DEFAULT_BUFFER_SIZE from 4k/8k to 128k. fix open on Linux to use
Increase ``io.DEFAULT_BUFFER_SIZE`` from 4k/8k to 128k. Adapt :func:`open` on Linux to use
``max(io.DEFAULT_BUFFER_SIZE, device block size)`` rather than the device block
size. Improve I/O performance upto 3 to 5 times. Patch by Romain Morotti.

0 comments on commit b88aedb

Please sign in to comment.