Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-117151: IO performance improvement, increase io.DEFAULT_BUFFER_SIZE to 128k #118144

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Oct 3, 2024

  1. pythongh-117151: IO performance improvement, increase io.DEFAULT_BUFF…

    …ER_SIZE to 128k, adjust open() to use max(st_blksize, io.DEFAULT_BUFFER_SIZE)
    rmmancom committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    da7947e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3d0d1d View commit details
    Browse the repository at this point in the history
  3. move news

    rmmancom committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3b632f1 View commit details
    Browse the repository at this point in the history
  4. set max

    rmmancom committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5632c2d View commit details
    Browse the repository at this point in the history
  5. add test

    rmmancom committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a5c1f42 View commit details
    Browse the repository at this point in the history
  6. update docstrings

    rmmancom committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a797c7e View commit details
    Browse the repository at this point in the history
  7. refresh clinic files

    rmmancom committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6407a8b View commit details
    Browse the repository at this point in the history
  8. fix test

    rmmancom committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    174be3c View commit details
    Browse the repository at this point in the history
  9. fix test

    rmmancom committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    384b0ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e3503ec View commit details
    Browse the repository at this point in the history
  11. update news message

    rmmancom committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c49b15a View commit details
    Browse the repository at this point in the history