aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob/timing_test.go
AgeCommit message (Expand)Author
2021-08-27encoding/gob: optimize decoding of []byteJoe Tsai
2017-05-03encoding/gob: use MakeMapWithSize when decoding mapFilip GruszczyƄski
2017-04-26encoding/gob: parallelize Encode/Decode benchmarksBryan C. Mills
2017-03-24encoding/gob: Speedup map decoding by reducing the allocations.Filip GruszczyƄski
2017-03-17encoding/gob: make integers encoding fasterAlberto Donizetti
2015-11-25encoding/gob: reduce the amount of memory allocations.Aliaksandr Valialkin
2014-10-17encoding/gob: custom array/slice decodersRob Pike
2014-10-17encoding/gob: speed up encoding of arrays and slicesRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox