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
Remove pointer indirection on contents of bigchunk, for performance
This will save memory and a few CPU cycles.
We have to be careful to create the Appender after the chunk is
appended to our slice, since it has a pointer to the chunk memory.
Signed-off-by: Bryan Boreham <[email protected]>
0 commit comments