json-iterator / go

A high-performance 100% compatible drop-in replacement of "encoding/json"
http://jsoniter.com/migrate-from-go-std.html
MIT License
13.33k stars 1.02k forks source link

concurrent map iteration and map write #682

Open ivensli opened 1 year ago

ivensli commented 1 year ago

image

go version 1.17.2 json-iterator v1.1.12

Is this the same with #618 ?