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

perf: use new built-in methods introduced before go 1.22 #726

Merged
merged 4 commits into from Mar 20, 2024

Commits on Mar 19, 2024

  1. chore: use built-in slices

    Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
    shizhMSFT committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b41114e View commit details
    Browse the repository at this point in the history
  2. perf: use built-in map clone

    Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
    shizhMSFT committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ada641c View commit details
    Browse the repository at this point in the history
  3. chore: use built-in map copy

    Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
    shizhMSFT committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8cbf8dd View commit details
    Browse the repository at this point in the history
  4. perf: use slices.Sort instead of sort.Strings

    Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
    shizhMSFT committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a1d93c0 View commit details
    Browse the repository at this point in the history