aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/bench_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2019-10-27encoding/json: improve performance of CompactPhil Pearl
2019-09-11encoding/json: fix and optimize marshal for quoted stringLucas Bremgartner
2019-04-05encoding/json: use SetBytes in UnmarshalReuse benchmarkDaniel Martí
2019-03-18encoding/json: fix performance regression in the decoderDaniel Martí
2018-08-21encoding/json: remove alloc when encoding short byte slicesDaniel Martí
2018-03-03encoding/json: use sync.Map for field cacheJoe Tsai
2017-11-22encoding/json: reduce allocations by Decoder for \uXXXXMichael Schurter
2017-04-26encoding/json: parallelize most benchmarksBryan C. Mills
2017-03-20encoding/json: reduce unmarshal mallocs for unmapped fieldsPascal S. de Kloe
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-07-27encoding/json: add JSON streaming parse APIPeter Waldschmidt
2015-06-18encoding/json: Remove extra allocation in scanner.Peter Waldschmidt
2014-09-08build: move package sources from src/pkg to srcRuss Cox