[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
RE: [xml-dev] Doing unto JSON what...
- From: David Lee <dlee@calldei.com>
- To: Shlomi Fish <shlomif@shlomifish.org>
- Date: Mon, 31 Dec 2012 13:26:54 +0000
-----------
How are BSON and MessagePack different from http://code.google.com/p/protobuf/ ?
Regards,
Shlomi Fish
------------
To answer that you need to look at the details.
One that stands out is that Protocol Buffers is not self describing,
You have to compile a "protocol definition" (aka schema aka header file)
The binary format does not include the structure , things like variable names.
BSON includes the variable names so needs no external schema.
Binary formats are as old as computers ... and they all differ.
So instead of learning an existing one or having to go through the pain of picking one,
I just write a new one for every project ... its so much easier ! ( 1/2 :)
-David
----------------------------------------
David A. Lee
dlee@calldei.com
http://www.xmlsh.org
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]