You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in our code we call time.Now() pretty extensively, enough to notice some overhead of calling it. Since we only need the unix timestamp, can we have a way to just get the unix timestamp without allocating unnecessary Time{} structs?