Replies: 1 comment 3 replies
-
I'm curious what you are asking for. Brotli is a compression algorithm and MessagePack is a serialization format. Are you looking for a comparison of Brotli + JSON vs MessagePack (without compression)? You could also certainly use MessagePack with Brotli. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
I'd be very curious to see a comparison to the encode/decode time as well as memory usage while doing both, to see which will be a better choice.
If anybody is willing to gather these statistics, that would be super awesome!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions