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
go: Reduce memory usage and improve speed of Decode by 26%
Use handwritten version of strings.Map. This avoids having to dynamically
allocate and resize the byte slice, and allows the compiler to fully
remove memory allocations from the operation. As a result, the time
spent in StripCode is almost completely removed.
0 commit comments