IAP Tools for D

belkin via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Dec 19 14:33:34 PST 2015


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/)?



More information about the Digitalmars-d-announce mailing list