Daniel Lemire
Daniel Lemire
Closing in favor of https://github.com/RoaringBitmap/RoaringBitmap/pull/598
The current PR (572) has been discarded. I do not think that it was ever correct.
> Could one provide some example CRoaring 64-bits binaries, to be used in unit-tests? We definitively need that or the equivalent.
>The provided snippet looks weird, as we compare the initial data (size=2342351) with a chunk of the restored data (size= 16384). Please elaborate. Here is the current output... ``` Compressing...
I think that I am going to close this issue. I am always happy to receive criticism and questions, but I need to understand it to be able to process...
Yes. A LongCODEC seems like a reasonable first step. I would start with just Variable Byte. I would not start with something as complicated as FastPFOR128. > This LongAs2IntsCodec would...
Fixed by @blacelle, see https://github.com/lemire/JavaFastPFOR/pull/55 Of course, we can create many more codecs... the possibilities are endless, but we now have the base. Closing.
I am closing this issue. I am not planning on working on x64 macos. Pull requests invited.
@FranciscoThiesen I just did. Note that I recommend starting small. Do not try to solve the problem at once. Just implement *something*. There will be plenty of feedback.