Daniel Lemire
Daniel Lemire
@erikcorry what do you think?
@joyeecheung I ran local benchmarks earlier today (using a commit you had added) and it did solve the performance issues for me. However, I did not investigate further and I...
This is a good issue. I think we should implement it to offer the option. Note that there is a performance cost at running through the data. So whether it...
Is there some news on this PR?
> It looks like the CI is failing on Windows: It seems to fail on the additional test that is being added. @Yeaseen Did you test it under Windows?
@Yeaseen > I thought it was a simple fix. *Famous last words*. 😄
@happygiraffe Thanks. I will let it stew in case someone has other comments.
I have a PR for unset iterators: https://github.com/RoaringBitmap/roaring/pull/492
> Sometimes we want to find the ranges of 1 bits, and there's no obviously efficient way to do that currently. (...) If https://github.com/RoaringBitmap/roaring/issues/22 was implemented, then we could do...
Yes. The base64 code needs a lot of work for RISC-V. It is open to anyone.