alecthomas / go_serialization_benchmarks

Benchmarks of Go serialization methods
https://alecthomas.github.io/go_serialization_benchmarks/
1.57k stars 159 forks source link

Add fastjson to benchmark #97

Closed borosr closed 3 years ago

borosr commented 3 years ago

I added https://github.com/valyala/fastjson to the tests to be able to compare it with the others. This may help other people as well.