-
Notifications
You must be signed in to change notification settings - Fork 653
refactor: use std::sync::Mutex
instead of parking_lot::Mutex
#3095
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another change that should be part of this PR is removing lazy_static
around the definition of METRICS
.
Now that Mutex
can be defined as const
, the usage of lazy_static
is not needed anymore.
Seems not,
|
!bench_analyzer |
!bench_formatter |
Analyzer Benchmark Results
|
Really difficult to give feedback without seeing the code, but removing only |
The only way I know to create a hashmap in compile time is |
The problem is that |
Formatter Benchmark Results
|
Summary
Test Plan