Bebop: An Efficient, Schema-Based Binary Serialization Format
21–30 of 60 posts
Re: Bebop: An Efficient, Schema-Based Binary Serialization Format
#22The article doesn't mention at all how those speedups have been achieved, what tradeoff the format makes and what it is optimized for - which would be the actually interesting part. A link to the benchmark code and description of the data would be nice. It also doesn't show data for FlatBuffer, which is often a lot faster and leaner than ProtoBuf, or for Capt'n Proto. ProtoBuf is not exactly known for amazing perform…
But yes, it's a lot of work and they probably should document what the trade-offs are that they have made.
Re: Bebop: An Efficient, Schema-Based Binary Serialization Format
#23This year's ASN.1 BER. Again
Re: Bebop: An Efficient, Schema-Based Binary Serialization Format
#24Re: Bebop: An Efficient, Schema-Based Binary Serialization Format
#25This year's ASN.1 BER. Again
Speaking of which, I’ve never seen a marshaling protocol with as sophisticated a message versioning scheme as ASN.1. The amount of thought that went into specifying how to allow “implementations from the future” to interoperate with those of the past is impressive.
All other serialization formats using an IDL seem strictly better.
Re: Bebop: An Efficient, Schema-Based Binary Serialization Format
#26This year's ASN.1 BER. Again
Speaking of which, I’ve never seen a marshaling protocol with as sophisticated a message versioning scheme as ASN.1. The amount of thought that went into specifying how to allow “implementations from the future” to interoperate with those of the past is impressive.
Re: Bebop: An Efficient, Schema-Based Binary Serialization Format
#27Re: Bebop: An Efficient, Schema-Based Binary Serialization Format
#28Is anyone using CBOR at all?
Re: Bebop: An Efficient, Schema-Based Binary Serialization Format
#29This year's ASN.1 BER. Again