alibaba/sentinel-golang

Improve performance of util.CurrentTimeMillis() adaptively under different load conditions

Offen

#419 geöffnet am 22.07.2021

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (453 Forks)github user discovery
area/performancegood first issuekind/enhancement

Repository-Metriken

Stars
 (2.957 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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 https://github.com/alibaba/Sentinel/pull/1746

Contributor Guide