flatbuffers/go
rw ace7fa8094 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.
2015-04-02 18:22:13 -07:00
..
builder.go Reduce allocations when building strings. 2015-04-02 18:22:13 -07:00
doc.go Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
encode.go Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
struct.go Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
table.go Add byte slice accessor to Go code 2015-04-01 16:47:10 +02:00
unsafe.go Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00