aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/json/bench_test.go
AgeCommit message (Expand)Author
2026-02-02encoding/json: use pooled encoder in Encoder.EncodeJoe Tsai
2025-06-24encoding/json: use zstd compressed testdataJoe Tsai
2025-04-18encoding/json: add json/v2 with GOEXPERIMENT=jsonv2 guardDamien Neil
2024-04-02encoding/json: prevent duplicate slicebytetostringShengyu Zhang
2023-08-25encoding/json: modernize testsJoe Tsai
2023-08-25encoding/json: optimize Marshal for mapskorzhao
2023-08-01encoding/json: use reflect.TypeFor for known typesIan Lance Taylor
2023-07-31encoding/json: optimize Unmarshal for mapskorzhao
2022-08-24encoding/json: move some misplaced benchmark tests to bench_test.goAndy Pan
2022-08-23encoding/json: give it a chance to put encodeState back in pool when error oc...Andy Pan
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
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