alecthomas / go_serialization_benchmarks

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

I don't really understand the benchmark in the sense that... #76

Closed hiqbn closed 5 years ago

hiqbn commented 5 years ago

tiny msgpack seems faster per iteration BUT gob is faster than tinymsgpack overall?

which is faster anyway? and what's the size of encoded result?