forked from open-telemetry/opentelemetry-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reimplement histogram using mutex instead of stateLocker (open-teleme…
…try#669) * Reimplement histogram using mutex instead of stateLocker Move existing implementation to histogram_statelocker.go. Implement benchmarks for single thread and parallel histogram updates comparing mutex version to stateLocker version * Drop statelocker implementation and alignment tests, benchmarks Co-authored-by: Joshua MacDonald <[email protected]>
- Loading branch information
1 parent
bd16ce0
commit e4ec924
Showing
3 changed files
with
42 additions
and
107 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