定时器组件设计 2020-09-28 linux timefd时间描述符+epoll 基于升序链表的定时器 基于时间轮(环形队列+双向链表)定时器: 基于时间堆(小根堆/优先队列)定时器:Libevent与Rust Async: futures-timer 红黑树定时器(nginx红黑树实现) Hashed and Hierarchical Timing Wheels: Data Structuresfor the Efficient Implementation of a Timer Facility 最后更新时间:2020-10-03 16:17:26 本文链接:https://atticuslab.com/2020/09/28/timer-func/ 赏 Prev Nginx源码分析-配置文件解析 Next Nginx源码分析-从编译到启动