-
Notifications
You must be signed in to change notification settings - Fork 140
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
Add encoding/decoding dictionary static type info #1036
Add encoding/decoding dictionary static type info #1036
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
@fxamacker Could you please also have a look at this PR? It changes the storage format to add static type information for dictionaries, the work is similar to your earlier work on optimizing encoding and decoding. Thank you! |
92cd227
to
6a2d1bc
Compare
9f54635
to
2b2c1ff
Compare
6a2d1bc
to
afe7ae8
Compare
…adence into supun/dictionary-static-type
// Encode keys (as array) at array index encodedDictionaryValueKeysFieldKey | ||
// (1) Encode dictionary static type at array index encodedDictionaryValueTypeFieldKey |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! 👏
Work towards #870
master
branchFiles changed
in the Github PR explorer