sdsl-lite icon indicating copy to clipboard operation
sdsl-lite copied to clipboard

Generalized enc_vector (caution: ABI has chanced)

Open simongog opened this issue 12 years ago • 2 comments

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.

simongog avatar Dec 19 '13 00:12 simongog

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

ghost avatar Dec 19 '13 00:12 ghost

Can one of the admins verify this patch?

sdsllitebot avatar Sep 05 '14 09:09 sdsllitebot