Skip to content

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