Groups - Action Item "Analysis of the performance characteristics of different JSON based message formats." Modified

From
Christof Sprenger <>
Date
2020-12-10T17:35:28+00:00
ID
Thread
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 May 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.