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

io: add a BufferedWriter and supporting methods #22265

Merged
merged 12 commits into from
Sep 22, 2024

Commits on Sep 22, 2024

  1. Add buffered writer

    Signed-off-by: Einar Hjortdal <einar.hjortdal@outlook.com>
    einar-hjortdal committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    64b2929 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    drop `arrays.concat` in favor of `<<`
    
    Co-authored-by: Delyan Angelov <delian66@gmail.com>
    Signed-off-by: Einar Hjortdal <einar.hjortdal@outlook.com>
    einar-hjortdal and spytheman committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    7f938fc View commit details
    Browse the repository at this point in the history
  3. Imply array cap

    Signed-off-by: Einar Hjortdal <einar.hjortdal@outlook.com>
    einar-hjortdal committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    fd0dc59 View commit details
    Browse the repository at this point in the history
  4. Add documentation to buffered_writer

    Signed-off-by: Einar Hjortdal <einar.hjortdal@outlook.com>
    einar-hjortdal committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9fcabc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    029dc8b View commit details
    Browse the repository at this point in the history
  6. Add more info in tests

    einar-hjortdal committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    6d45c50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd28d73 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5be9c00 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23ec7e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d94099d View commit details
    Browse the repository at this point in the history
  11. Fix mistake in margin

    einar-hjortdal committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    f188048 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    149e60f View commit details
    Browse the repository at this point in the history