On Wednesday, 16 December 2015 at 09:47:35 UTC, Jakob Jenkov wrote:
Hi D Community,
 ION is similar to MessagePack and CBOR,
but with a few additions. ION has a table mode which can be used to model tables (like CSV files) efficiently, and which can also be used in larger object graphs. Our early serialized length + performance benchmarks look promising (tables can be down to 1/5 of JSON, and up to 2 x the speed of parsing CBOR).


How does the performance of ION compare with Protocol Buffers (https://developers.google.com/protocol-buffers/?hl=en) and Apache Thrift ( https://thrift.apache.org/)?

Reply via email to