Improve performance of util.CurrentTimeMillis() adaptively under different load conditions #419
Labels
area/performance
Issues or PRs related to runtime performance
good first issue
Good for newcomers
kind/enhancement
Category issues or PRs related to enhancement
Issue Description
Type: feature request
Describe what feature you want
Improve performance (CPU footprint) of
util.CurrentTimeMillis()
adaptively under different load conditions. Current design of TimeUtil may cost much more than users think in mind in idle systems.Additional context
Refer alibaba/Sentinel#1746
The text was updated successfully, but these errors were encountered: