summaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)AuthorFilesLines
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-06Add byte slice accessor to Go codeBen Harper1-1/+6
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-04-01Add byte slice accessor to Go codeBen Harper1-1/+6
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-23Fix vector of strings for Gorw1-1/+0
2014-09-04Fixed possible alignment issue in Gorw1-1/+2
2014-07-21Port FlatBuffers to Go.rw6-0/+1197