• 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
Name
Last commit
Last update
..
builder.go Loading commit data...
doc.go Loading commit data...
encode.go Loading commit data...
struct.go Loading commit data...
table.go Loading commit data...
unsafe.go Loading commit data...