-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CXXCBC-387: Optimising tags for noop_tracer (#461)
* CXXCBC-387: Performance: potential micro-optimisation on tags and local/remote sessions Profiling indicates that non-trivial time is spent assigning tags to spans, which is wasted effort if noop_tracer is being used. Borrowing an optimisation from the JVM SDKs, where we skip this assignment in this case. This optimisation, together with another small one that will be submitted separately, produced around a 15% performance improvement. * Clang and sanitizer
- Loading branch information
1 parent
f9cac2f
commit 8ee3fbf
Showing
4 changed files
with
36 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters