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
Since https://go.dev/cl/345488, converting a []byte to string
in order to call strconv.ParseFloat no longer allocates.
Remove the fast path as it no longer brings sufficient benefit.
0 commit comments