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

[not-fixup] - Reduce memory consumption for Buffered File Writer #2377

Merged
merged 30 commits into from
Feb 6, 2024

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    5e5a57a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. use value from source

    ahrav committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    3b21ea3 View commit details
    Browse the repository at this point in the history
  2. reorder fields

    ahrav committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    9aaf0c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7f890a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1edc0a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d530798 View commit details
    Browse the repository at this point in the history
  6. use value from source

    ahrav committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ea8bc7f View commit details
    Browse the repository at this point in the history
  7. reorder fields

    ahrav committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    3bc4482 View commit details
    Browse the repository at this point in the history
  8. add tests and update

    ahrav committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    510ce03 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    f6f1f44 View commit details
    Browse the repository at this point in the history
  2. fix test

    ahrav committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    7659980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0dbbbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96ef60a View commit details
    Browse the repository at this point in the history
  5. fix

    ahrav committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    a07c39b View commit details
    Browse the repository at this point in the history
  6. add singleton

    ahrav committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    e41cced View commit details
    Browse the repository at this point in the history
  7. use shared pool

    ahrav committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    8e3d56c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. optimize

    ahrav committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3e67392 View commit details
    Browse the repository at this point in the history
  2. rename and cleanup

    ahrav committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d8e5589 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3894900 View commit details
    Browse the repository at this point in the history
  4. only grow if needed

    ahrav committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    999d662 View commit details
    Browse the repository at this point in the history
  5. merge

    ahrav committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    54c8a65 View commit details
    Browse the repository at this point in the history
  6. merge main

    ahrav committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    57a2305 View commit details
    Browse the repository at this point in the history
  7. address comments

    ahrav committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    faa423b View commit details
    Browse the repository at this point in the history
  8. remove unused

    ahrav committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c8b4b02 View commit details
    Browse the repository at this point in the history
  9. remove

    ahrav committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    8190669 View commit details
    Browse the repository at this point in the history
  10. rip out Grow

    ahrav committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c1cf67c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. address coment

    ahrav committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2e74a4c View commit details
    Browse the repository at this point in the history
  2. use 2k default buffer

    ahrav committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a2d23ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10532d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1bd25d View commit details
    Browse the repository at this point in the history