Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comparison to CBOR? #10

Open
rse opened this issue Mar 10, 2016 · 2 comments
Open

Comparison to CBOR? #10

rse opened this issue Mar 10, 2016 · 2 comments

Comments

@rse
Copy link

rse commented Mar 10, 2016

I've stumbled over your VPack and see your comparisons to other serialization formats. I'm just wondering how VPack compares to CBOR (http://cbor.io/), which in the meantime is even "standardized" in RFC 7049. Can you please add some comparison hints to your README for CBOR, too? Thanks.

@CoDEmanX
Copy link

My take away:

  • compactness of the data is not a primary goal in CBOR
  • data types are comparable to VPack, but there are also a few that are not available in VPack and vice versa
  • performance not mentioned as goal for JSON to CBOR to JSON conversions
  • no fast subvalue access
  • self-contained, schemaless, extensible like VPack

@neunhoef
Copy link
Member

Thanks for the hint, I was not aware of CBOR so far. I will leave this issue open until I got round to look at CBOR and add comments to our README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants