Implement the "unum" representation in D ?

ponce contact at gam3sfrommars.fr
Fri Feb 21 01:04:08 PST 2014


On Thursday, 20 February 2014 at 23:43:18 UTC, Nordlöw wrote:
> The unum variable length encoding is very similar to how 
> msgpack packs integers. See msgpack-d on github for a superb 
> implementation in D.

msgpack-d is indeed a great library that makes serialization 
almost instant to implement.

I implemented CBOR another binary encoding scheme and it was 
obvious CBOR brings nothing over msgpack, it even did worse with 
integer encoding.


More information about the Digitalmars-d mailing list