tailscale / go

Tailscale's rolling temporary fork of Go with emphasis on performance and memory/binary size reduction. We try to upstream everything and keep this repo's diff small.
https://github.com/tailscale/go/commits
BSD 3-Clause "New" or "Revised" License
66 stars 6 forks source link

time: make time.Since a few nanoseconds faster #70

Closed bradfitz closed 4 months ago

bradfitz commented 1 year ago

Already upstreamed (for Go 1.22) but cherry-picked to Tailscale's 1.21 tree:

27f103a44f8fd34a2cc36995ce7bf83d04433ead

(https://go-review.googlesource.com/c/go/+/518336)