Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-05-20 | Go: CreateString now needs zero allocs. | rw | 1 | -1/+9 |
2015-05-12 | Merge pull request #165 from rw/go-faster | Robert | 1 | -13/+51 |
2015-05-09 | invoke many fewer growth events | rw | 1 | -7/+4 |
2015-05-09 | gofmt | rw | 1 | -2/+2 |
2015-05-09 | remove remaining allocs during build | rw | 1 | -6/+24 |
2015-04-06 | Add byte slice accessor to Go code | Ben Harper | 1 | -1/+6 |
2015-04-06 | Always add additional space if no more is available | Kyle Jones | 1 | -1/+1 |
2015-04-02 | Reduce allocations when reusing a Builder. | rw | 1 | -6/+25 |
2015-04-02 | Reduce allocations when building strings. | rw | 1 | -4/+8 |
2015-04-01 | Add byte slice accessor to Go code | Ben Harper | 1 | -1/+6 |
2015-03-11 | Add CreateByteVector function to Go's builder | Ben Harper | 1 | -0/+12 |
2014-10-29 | Fix a build error on 32 bit go | Luna | 1 | -1/+1 |
2014-09-23 | Fix vector of strings for Go | rw | 1 | -1/+0 |
2014-09-04 | Fixed possible alignment issue in Go | rw | 1 | -1/+2 |
2014-07-21 | Port FlatBuffers to Go. | rw | 6 | -0/+1197 |