timers
timers copied to clipboard
Hierarchical Timing Wheel
Implement timer with hierarchical timing wheel or hash based timer wheel
https://www.singchia.com/2017/11/25/An-Introduction-Of-Hierarchical-Timing-Wheels/
https://www.snellman.net/blog/archive/2016-07-27-ratas-hierarchical-timer-wheel/
Feel free to try and improve the implementation. There are benchmarks and async-behaviour specific optimisations which makes this already very efficient, but if you can do better, I welcome it.