summaryrefslogtreecommitdiff
path: root/go/builder.go
AgeCommit message (Expand)AuthorFilesLines
2020-11-05Support size-prefixed buffers and add tests for size-prefixed messages (#6232)Charlie Yin1-1/+44
2020-10-26Empties the sharedString map on reset on go and csharp (#6187)mustiikhalil1-0/+6
2020-01-24[Go] Implements a SharedStrings function (#5733)mustiikhalil1-1/+16
2018-07-23go: do not clobber minalign when we create objects (#4834)Robert1-1/+0
2018-04-30Addition of Go FinishWithFileIdentifier (#4720)husobee1-3/+23
2017-08-24Trimmed vtables of trailing zeroes.Wouter van Oortmerssen1-0/+5
2015-11-11Improve Builder user interface.rw1-29/+73
2015-06-24Panic when nesting strings. Test panic scenarios.rw1-8/+17
2015-05-20Go: CreateString now needs zero allocs.rw1-1/+9
2015-05-12Merge pull request #165 from rw/go-fasterRobert1-13/+51
2015-05-09invoke many fewer growth eventsrw1-7/+4
2015-05-09gofmtrw1-2/+2
2015-05-09remove remaining allocs during buildrw1-6/+24
2015-04-06Always add additional space if no more is availableKyle Jones1-1/+1
2015-04-02Reduce allocations when reusing a Builder.rw1-6/+25
2015-04-02Reduce allocations when building strings.rw1-4/+8
2015-03-11Add CreateByteVector function to Go's builderBen Harper1-0/+12
2014-10-29Fix a build error on 32 bit goLuna1-1/+1
2014-09-04Fixed possible alignment issue in Gorw1-1/+2
2014-07-21Port FlatBuffers to Go.rw1-0/+635