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
Reduce the ammount of allocations when using Clone().
name old time/op new time/op delta
Clone-8 8.95µs ± 0% 5.51µs ± 0% ~ (p=1.000 n=1+1)
name old alloc/op new alloc/op delta
Clone-8 4.99kB ± 0% 2.50kB ± 0% ~ (p=1.000 n=1+1)
name old allocs/op new allocs/op delta
Clone-8 64.0 ± 0% 33.0 ± 0% ~ (p=1.000 n=1+1)
0 commit comments