index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
/
json
/
bench_test.go
Age
Commit message (
Expand
)
Author
2023-08-25
encoding/json: modernize tests
Joe Tsai
2023-08-25
encoding/json: optimize Marshal for maps
korzhao
2023-08-01
encoding/json: use reflect.TypeFor for known types
Ian Lance Taylor
2023-07-31
encoding/json: optimize Unmarshal for maps
korzhao
2022-08-24
encoding/json: move some misplaced benchmark tests to bench_test.go
Andy Pan
2022-08-23
encoding/json: give it a chance to put encodeState back in pool when error oc...
Andy Pan
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2019-10-27
encoding/json: improve performance of Compact
Phil Pearl
2019-09-11
encoding/json: fix and optimize marshal for quoted string
Lucas Bremgartner
2019-04-05
encoding/json: use SetBytes in UnmarshalReuse benchmark
Daniel Martí
2019-03-18
encoding/json: fix performance regression in the decoder
Daniel Martí
2018-08-21
encoding/json: remove alloc when encoding short byte slices
Daniel Martí
2018-03-03
encoding/json: use sync.Map for field cache
Joe Tsai
2017-11-22
encoding/json: reduce allocations by Decoder for \uXXXX
Michael Schurter
2017-04-26
encoding/json: parallelize most benchmarks
Bryan C. Mills
2017-03-20
encoding/json: reduce unmarshal mallocs for unmapped fields
Pascal S. de Kloe
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2015-07-27
encoding/json: add JSON streaming parse API
Peter Waldschmidt
2015-06-18
encoding/json: Remove extra allocation in scanner.
Peter Waldschmidt
2014-09-08
build: move package sources from src/pkg to src
Russ Cox