Open
Description
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