[erlang-questions] Binary encoding for small objects: BSON or erlang:term_to_binary ?

Max Lapshin max.lapshin@REDACTED
Mon Aug 2 14:59:40 CEST 2010


On Mon, Aug 2, 2010 at 4:57 PM, Zvi <zvi.avraham@REDACTED> wrote:
> Which format would you choose: BSON or erlang:term_to_binary ?
> ProtoBuffers ruled out because it requires schema.
>

BSON will require less modifications to external source code, but
erlang:term_to_binary is much more convenient.


More information about the erlang-questions mailing list