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

improve trace_context performance #4721

Merged
merged 9 commits into from
Nov 29, 2023
Merged

Commits on Nov 16, 2023

  1. improve trace_context performance

    * using strings.Builder instead of fmt.Sprint
    
    * using strings.Cut instead of strings.Split
    
    * using hex.Decode instead of hex.DecodeString
    
    * avoid use regexp
    xiehuc committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    88c89b1 View commit details
    Browse the repository at this point in the history
  2. fix code style

    xiehuc committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    960afe9 View commit details
    Browse the repository at this point in the history
  3. fix build

    xiehuc committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0746142 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. update changelog

    xiehuc committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    46f8df2 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. refine code

    xiehuc committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    6ea74ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8769f2f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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

Commits on Nov 28, 2023

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

Commits on Nov 29, 2023

  1. update comment

    xiehuc committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    770fb29 View commit details
    Browse the repository at this point in the history