RPC - Part: Serialization Protocols (Message Format)

RPC - Part: Serialization Protocols (Message Format)

MessagePack

Data serialization. It’s like JSON. but fast and small. MessagePack is an efficient binary serialization format. MessagePack: It’s like JSON. but fast and small.

MessagePack (vs JSON, BSON, YAML, etc) is 2-50x faster, 2x smaller! Build reliable, traceable, distributed systems with ZeroMQ - YouTube

If you ever wished to use JSON for convenience (storing an image with metadata) but could not for technical reasons (encoding, size, speed…), MessagePack is a perfect replacement.


Serialization Libraries Benchmarks

Benchmarking - thrift-protobuf-compare - Comparing varius aspects of Serialization libraries on the JVM platform - Google Project Hosting

date 01. Jan 0001 | modified 29. Dec 2023
filename: RPC - Serialization Protocols