⬅︎ Back to Msgpack vs JSON (with gzip)
Yeah, the original response using default .NET JSON serialiser (System.Text.Json) was 6MB.Then I had a go with MesssagePack and it was 20MB.Then I tried GZip and got a nice 600kb.I didn't try anything after that - 600kb is good enough for me, excellent in fact!
So, from 6MB, to 20MB, to 600kb? What about Brotli or Zstandard? Even smaller?
Comment
Yeah, the original response using default .NET JSON serialiser (System.Text.Json) was 6MB.
Then I had a go with MesssagePack and it was 20MB.
Then I tried GZip and got a nice 600kb.
I didn't try anything after that - 600kb is good enough for me, excellent in fact!
Parent comment
So, from 6MB, to 20MB, to 600kb? What about Brotli or Zstandard? Even smaller?