Sentinel/sentinel-core
Jason Joo 0b5f6196e5 Improve performance of TimeUtil adaptively in different load conditions (#1746)
To achieve this by making TimeUtil have multiple running states:

- IDLE: Direct invocation state for idle conditions.
- RUNNING: Legacy mode for busy conditions.
- REQUEST: Temporary state from IDLE to RUNNING.

Through this design, TimeUtil won't cost much in idle systems anymore.

Signed-off-by: Jason Joo <hblzxsj@163.com>
2021-06-29 17:08:14 +08:00
..
src Improve performance of TimeUtil adaptively in different load conditions (#1746) 2021-06-29 17:08:14 +08:00
pom.xml Bump version to 1.8.2-SNAPSHOT 2021-02-04 16:45:40 +08:00