flatbuffers/go
Brian Atkinson e2eb6af3e3 [Go] Unroll WriteUint64 and WriteInt64.
This enables both WriteUint64 and WriteInt64 to both be inlined as
well as implemented with a single assembly instruction. The current Go
compiler refuses to inline functions with for loops. The compiler is
also not smart enough to produce a single assembly instruction for the
for-loop.
2018-07-15 16:47:17 -07:00
..
BUILD.bazel [C++, Go, Bazel]: Fix up Bazel support (#4672) 2018-03-15 12:31:16 -07:00
builder.go Addition of Go FinishWithFileIdentifier (#4720) 2018-04-30 14:37:24 -07:00
doc.go Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
encode.go [Go] Unroll WriteUint64 and WriteInt64. 2018-07-15 16:47:17 -07:00
grpc.go Go related style fixes. 2016-12-21 14:32:44 -08:00
lib.go Add a generic way to deserialize a flatbuffer in Go. 2016-08-23 16:38:22 +02:00
sizes.go Resolve Go fmt and vet warnings (#4134) 2017-01-09 17:13:44 -08:00
struct.go Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
table.go Reword comment so that code editors can mark deprecation correctly (#4147) 2017-01-23 13:40:50 -08:00