Douglas Q Hawkins

Results 3 issues of Douglas Q Hawkins

This change reduces the overhead from constructing spans both in terms of CPU and memory. The biggest gains come when making use of SpanBuilders for both constructing the span and...

type: enhancement
comp: core
tag: performance

# What Does This Do Enables the "optimized" TagMap by default # Motivation OptimizedTagMap is special HashMap that is designed to be good at common tracer usage patterns. OptimizedTagMap uses...

type: enhancement
comp: core
tag: performance

# What Does This Do A bit of clean-up in TagMap # Motivation Making empty static & final to clarify thread safety Removing unnecessary package qualification on forEach parameters #...

type: enhancement
comp: core