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

Go 1.21: use the clean before sync.Pool recycling to reclaim memory faster #613

Merged
merged 2 commits into from
Aug 21, 2024

Commits on Aug 21, 2024

  1. feat: upgrade go 1.21

    Signed-off-by: Rueian <rueiancsie@gmail.com>
    rueian committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b8a2dfe View commit details
    Browse the repository at this point in the history
  2. perf: clear sync.Pool containers when putting them back

    Signed-off-by: Rueian <rueiancsie@gmail.com>
    rueian committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d660db1 View commit details
    Browse the repository at this point in the history