OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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: 30 Nov 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.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]