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

Support for string references. #1

Open
svyatogor opened this issue Jan 11, 2014 · 1 comment
Open

Support for string references. #1

svyatogor opened this issue Jan 11, 2014 · 1 comment

Comments

@svyatogor
Copy link

Any plans to extend cbor library with support for string references as described here: http://pod.tst.eu/http://cvs.schmorp.de/CBOR-XS/doc/stringref.pod ?

This would be tremendously useful when serialising large arrays of hashes.

@cabo
Copy link
Owner

cabo commented Jan 12, 2014

Hi Sergey,

yes, I'm keeping track of the tags that are being registered for CBOR and I do plan to implement the more useful ones.
Right now the next step is to get a better way of handing encoding options to CBOR.encode (there is an experimental option to transform map keys into symbols, but it might be useful to add many more options).
Once that is done, I plan to add options for float size selection, tag usage, circular structures, and stringrefs.

What is the application you have in mind? Knowing that might help shaping the implementation right.

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

2 participants