Closed CRGao closed 1 year ago
@CRGao can you please show the benchmark for the new integration?
Leaving here more details based on Go documentation about time.Tick
Tick is a convenience wrapper for NewTicker providing access to the ticking channel only. While Tick is useful for clients that have no need to shut down the Ticker, be aware that without a way to shut it down the underlying Ticker cannot be recovered by the garbage collector; it "leaks". Unlike NewTicker, Tick will return nil if d <= 0
Merged.
Thanks @CRGao
@CRGao你能展示新集成的基準嗎?
The current timer will cause high cpu usage