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

Update ugorji/go/codec #2863

Merged
merged 1 commit into from
Oct 1, 2017
Merged

Update ugorji/go/codec #2863

merged 1 commit into from
Oct 1, 2017

Conversation

bboreham
Copy link
Collaborator

@bboreham bboreham commented Sep 23, 2017

The commit log talks about all the speed optimisations, but when I ran some tests of msgpack encoding and decoding it was about the same speed as before.

Fixes #2862

Nice that our use of the library doesn't seem to break.

@rade
Copy link
Member

rade commented Sep 24, 2017

Have you done any backward compatibility testing, i.e. decoding a newly encoded report with the old decoder and decoding an old encoded report with the new decoder?

@bboreham bboreham mentioned this pull request Sep 25, 2017
@bboreham
Copy link
Collaborator Author

Yes, I have checked this with the ugly code in branch test-marshall-backwards, which was originally proposed in #2399. The new encoder generates exactly the same bytes as the old one, and can read a selection of older reports identically as before.

@bboreham bboreham merged commit 0210154 into master Oct 1, 2017
@dlespiau dlespiau deleted the update-go-codec branch November 2, 2017 12:28
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

Successfully merging this pull request may close these issues.

2 participants