Skip to content

Add methods for variable-length encoding integral arrays #14087

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

Merged
merged 1 commit into from
Oct 13, 2015
Merged

Add methods for variable-length encoding integral arrays #14087

merged 1 commit into from
Oct 13, 2015

Conversation

jasontedor
Copy link
Member

This commit adds methods to serialize the elements of int and long
arrays using variable-length encodings. This can be useful for
serializing int and long arrays containing mostly non-negative “not
large” values in a compressed form.

This commit adds methods to serialize the elements of int and long
arrays using variable-length encodings. This can be useful for
serializing int and long arrays containing mostly non-negative “not
large” values in a compressed form.
@bleskes
Copy link
Contributor

bleskes commented Oct 13, 2015

LGTM. For bonus points write a regex to look for where this can be used and remove some code :)

jasontedor added a commit that referenced this pull request Oct 13, 2015
Add methods for variable-length encoding integral arrays
@jasontedor jasontedor merged commit b7e0958 into elastic:master Oct 13, 2015
@jasontedor jasontedor deleted the vle-integral-arrays branch October 13, 2015 13:12
@nik9000
Copy link
Member

nik9000 commented Oct 13, 2015

Might relate to #13893 ?

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

Successfully merging this pull request may close these issues.

3 participants