aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob/timing_test.go
AgeCommit message (Expand)Author
2023-04-04encoding/gob: report allocs in benchmarksDaniel Martí
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-09-07encoding/gob: optimize decoding of slicekorzhao
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