summaryrefslogtreecommitdiff
path: root/src/encoding/gob/encode.go
Commit message (Expand)AuthorAgeFilesLines
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-9/+9
* encoding/gob: reduce the amount of memory allocations.Aliaksandr Valialkin2015-11-251-2/+17
* encoding/gob: use simple append-only buffer for encodingRob Pike2014-10-171-24/+49
* encoding/gob: custom array/slice decodersRob Pike2014-10-171-2/+2
* encoding/gob: speed up encoding of arrays and slicesRob Pike2014-10-171-3/+12
* encoding/gob: make encoding structs a little fasterRob Pike2014-10-141-4/+6
* encoding/gob: speedup encodingDmitriy Vyukov2014-09-181-39/+38
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+661