• rw's avatar
    Reduce allocations when building strings. · ace7fa80
    rw authored
    Builder has a new CreateByteString function that writes a
    null-terimnated byte slice to the buffer. This results in zero
    allocations for writing strings.
    ace7fa80
builder.go 18.7 KB