Next in thread →
Next in month →
Groups - Action Item "Analysis of the performance characteristics of different JSON based message formats." Modified
Action Item Subject: Analysis of the performance characteristics of different JSON based message formats.
Item Number: #0043
Description
MessagePack (https://msgpack.org/index.html) is a binary serialization format similar to JSON that e.g. transports floating-point numbers in IEE754 binary format.
The comparison should measure message size as well as time to produce and consume the messages.
Owner: Mr. Christof Sprenger
Status: Open
Priority: Low
Due Date: 05 Jul 2021
Comments
Mr. Christof Sprenger 2020-08-20 15:11 UTC
The Analysis should compare
- binary vs typical JSON (text)
- compressed vs uncompressed
- on client and service side (serialization/deserialization)
- to de-/serialize from/to a strongly typed in-memory model vs a generic model (infoset)
The analysis should report on message size and time to de-/serialize.
The analysis will use existing implementations and tools and not try to optimize them specifically for this effort.
Mr. Christof Sprenger 2021-04-29 15:16 UTC
Should also include CBOR as a binary format.
Next in thread →
Next in month →