Daniel Lemire
Daniel Lemire
Upgrade to https://github.com/RoaringBitmap/roaring/releases/tag/v1.2.2 Closing this issue.
I'll produce workarounds but I am very uneasy about the whole thing. Basically, you are asking us to disable tests that have to do with file IO because you want...
See https://github.com/RoaringBitmap/roaring/releases/tag/v1.2.3 I did it but I don't like it. It effectively disables tests and let the code 'pass' even though some tests could not be executed.
In some tests, we want to write a (small) file and read it back and make sure that everything works. You want your dependencies to run these tests because it...
@GiedriusS Yes. There is still much work to do. > Instead, we could allocate memory for a maximum of one container. We support frozen views, see https://github.com/RoaringBitmap/roaring/blob/a550de606142731fe523b04e108bafcf8cb5f858/serialization_littleendian.go#L298 See also discussions...
@alugowski Agreed.
@alugowski That's reasonable. Pull request invited. I don't consider the current behaviour incorrect but if someone wants to contribute the code for the functionality that @alugowski described, then we will...
I will close this issue given that I just merged https://github.com/fastfloat/fast_float/pull/189
@deadalnix Any interest in continuing this PR?
We do have delta compression routines in FastPFor, yes.