Reduce allocations when building strings.
Builder has a new CreateByteString function that writes a null-terimnated byte slice to the buffer. This results in zero allocations for writing strings.
Showing
Please
register
or
sign in
to comment