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

feat(quick-protobuf-codec): reduce allocations during encoding #4782

Merged
merged 22 commits into from
Nov 24, 2023

Commits on Nov 14, 2023

  1. Add benchmark

    thomaseizinger committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c4b3341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef00f01 View commit details
    Browse the repository at this point in the history
  3. Don't allocate as much

    thomaseizinger committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8f3df39 View commit details
    Browse the repository at this point in the history
  4. Add changelog entry

    thomaseizinger committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    58a27fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    466d049 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b79d2d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a43c1de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9959d16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e49ff1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cb90431 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    51bbb90 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    30d57ab View commit details
    Browse the repository at this point in the history
  13. Improve naming

    thomaseizinger committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    544130e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fb10b17 View commit details
    Browse the repository at this point in the history
  15. Add more unit tests

    thomaseizinger committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    36bc963 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6cf3642 View commit details
    Browse the repository at this point in the history
  17. Fix compile error

    thomaseizinger committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6eb2e55 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7893b81 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

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

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    9e19b84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5514f2e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

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