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

refactor: Make write return BytesSink instead #194

Merged
merged 14 commits into from
Mar 31, 2022
Merged

Commits on Mar 29, 2022

  1. Save work

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    6566823 View commit details
    Browse the repository at this point in the history
  2. Implement body sinker

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    62dcff2 View commit details
    Browse the repository at this point in the history
  3. Add benchmark

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    df0ada0 View commit details
    Browse the repository at this point in the history
  4. Implement write2 for fs

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    e7c11a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Implement write2 for memory

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    e272b51 View commit details
    Browse the repository at this point in the history
  2. Implement write2 for azblob

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    64d2230 View commit details
    Browse the repository at this point in the history
  3. Save work

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    6d07a5f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Rename to write

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    173a9f8 View commit details
    Browse the repository at this point in the history
  2. Implement IntoWrite

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    ba3a063 View commit details
    Browse the repository at this point in the history
  3. Make clippy happy

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    9542c09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22237ba View commit details
    Browse the repository at this point in the history
  5. Revert bench

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    07683fe View commit details
    Browse the repository at this point in the history
  6. Code cleanup

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    9522534 View commit details
    Browse the repository at this point in the history
  7. Remove not used code

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    ce35827 View commit details
    Browse the repository at this point in the history