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

Implement stringref extension #70

Open
BurtHarris opened this issue Apr 23, 2018 · 0 comments
Open

Implement stringref extension #70

BurtHarris opened this issue Apr 23, 2018 · 0 comments

Comments

@BurtHarris
Copy link
Contributor

The http://cbor.schmorp.de/stringref CBOR extension (tags 25 and 256) permit substantial compression of CBOR encoded objects with repetitive string values. It seems adding this to the CBOR encoder and decoder would introduce relatively little overhead in cases where it isn't used, and could actually run faster when decoding objects where the compression is effective.

This is a topic that interests me, and I'd be willing develop a pull request for it if you are interested.

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

1 participant