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

Optimize Scannable#name() and related logic #3901

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 3, 2024

  1. Optimize Traces#extractOperatorAssemblyInformationParts

    This logic may be executed many times, e.g. if a hot code path uses
    `{Mono,Flux}#log` or Micrometer instrumentation. The added benchmark
    shows that for large stack traces the new implementation is several
    orders of magnitude more efficient in terms of compute and memory
    resource utilization.
    
    While there, improve two existing benchmarks by utilizing the black hole
    to which benchmark method return values are implicitly sent.
    Stephan202 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    824b90c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Defer Scannable#name() fallback logic

    (cherry picked from commit 009ec89)
    Stephan202 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f7ebe1c View commit details
    Browse the repository at this point in the history