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
Casting a struct to {}interface has an overhead, because the runtime
needs something more like a pointer so it creates a small descriptor
object. Changing the data structure to use a pointer avoids this
overhead.
Signed-off-by: Bryan Boreham <[email protected]>
0 commit comments