Files
flatbuffers-bigfoot/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
..
2014-07-21 16:40:39 -07:00
2016-12-21 14:32:44 -08:00
2014-07-21 16:40:39 -07:00