Daniel Lemire
Daniel Lemire
Good point worth considering.
Can be merged if you'd like.
There is no plan to support 128-bit bitmaps. It is unclear whether it would be a good idea.
It looks like the tests fail. Can you have a look? This is quite good overall. See my minor comments. Very useful contribution,
> I looked at the serialization methods, and have a rough understanding of how that works. Do you think it's worthwhile to try to corrupt a serialized byte stream and...
@bearrito If you recommend merging this, I will!!!
@bearrito ``` a container has between 1 and 2^16 distinct values (in the set 0,1...,2^16-1) ``` ``` if number of distinct values in the container >= 2048 then check that...
Counting the number of distinct values in a run container is basically just the sum of the lengths of the runs.... (remember that the runs are non-overlapping)
Running tests. I expect to merge.
Running tests.