Skip to content
forked from goccy/go-json

Fast JSON encoder/decoder compatible with encoding/json for Go

License

Notifications You must be signed in to change notification settings

asaf-shitrit/go-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-json

Fast JSON encoder/decoder compatible with encoding/json for Go

Benchmarks

$ go test -bench .
goos: darwin
goarch: amd64
pkg: github.com/goccy/go-json
Benchmark_jsoniter-12            5000000               377 ns/op              56 B/op          2 allocs/op
Benchmark_gojay-12               5000000               273 ns/op             512 B/op          1 allocs/op
Benchmark_gojson-12              5000000               242 ns/op              48 B/op          1 allocs/op
PASS
ok      github.com/goccy/go-json        5.392s

About

Fast JSON encoder/decoder compatible with encoding/json for Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.9%
  • Makefile 0.1%