Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Protobuf/Thrift are schema-based serialization systems.

Ion is directly comparable to JSON/MessagePack/BSON/CBOR.

I would expect Ion will have slightly different time/space tradeoffs than the other binary schemaless formats.



It seems much more directly comparable with CBOR/JSON as they mention it a lot https://amzn.github.io/ion-docs/guides/why.html#dual-format-... . I use CBOR quite a bit. It sounds like it doesn't really offer too much different in the binary form other than in the textual form it maintains better types than JSON and the textual version matches the binary version (where JSON / CBOR are mismatched in terms of types). So, seems nicer as a cohesive textual/binary format. I'd be interested in seeing how well packed the data is in Ion vs CBOR.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: