Posted in

Go定时器精度危机:time.Ticker在高负载下的漂移实测(±230ms误差!),替代方案:chan+select+nanotime精准调度

第一章:Go定时器精度危机的真相 … Go定时器精度危机:time.Ticker在高负载下的漂移实测(±230ms误差!),替代方案:chan+select+nanotime精准调度Read more

Posted in

Go定时任务不精准?time.Ticker不是万能解!深入runtime.timer实现,用channel+select重构高精度调度器(误差<100μs)

第一章:Go定时任务不精准?ti … Go定时任务不精准?time.Ticker不是万能解!深入runtime.timer实现,用channel+select重构高精度调度器(误差<100μs)Read more