This package spawns a goroutine that updates an atomic value every second based on a time.Time from a time.Ticker, and its functions load that atomic value. This is not really comparable to anything in package time in any useful way...
noselasd · 12h ago
It's a bit specialized though, it's just a cached value of a time.NewTicker updating once per second and the article talks about this in the "Schedule Based on Monotonic Time" section
deepsun · 12h ago
Wait, I see it's been removed actually [1]. Why, isn't it faster anymore?
[1] https://github.com/VictoriaMetrics/VictoriaMetrics/commit/c2...