OASIS Open Data Protocol (OData) TC

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

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

    Posted 08-20-2020 15:11
    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 : 03 Sep 2020 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.