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

Generalized enc_vector (caution: ABI has chanced) #137

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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