Skip to content

Conversation

simongog
Copy link
Owner

It is now possible to specify the bitvector type used to store
the encoded deltas.
Example: enc_vector<coder::elias_delta, 32, rrr_vector<63>>
uses Elias-delta code, samples every 32th value, and
usesrrr_vector<63> to store the string of encoded deltas.

Default bitvector type is bit_vector.

It is now possible to specify the bitvector type used to store
the encoded deltas.
Example: `enc_vector<coder::elias_delta, 32, rrr_vector<63>>`
uses Elias-delta code, samples every 32th value, and
uses` rrr_vector<63>` to store the string of encoded deltas.

Default bitvector type is `bit_vector`.
@ghost
Copy link

ghost commented Dec 19, 2013

Refer to this link for build results: http://118.138.241.101/job/sdsl-pull-requests/171/

@sdsllitebot
Copy link
Collaborator

Can one of the admins verify this patch?

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