Daniel Lemire

Results 1864 comments of Daniel Lemire

@xndai Can you elaborate? Parquet’s C++ and Java code is on GitHub.

It is difficult in the abstract to list everything one needs to take into account but you have: Java does not have native unsigned integers, packed data structures having various...

Under "Hardware Requirements", we have 'We require an x64 platform.' A port to ARM would be great. Pull request invited.

The library requires x64 processors, as indicated in the 'hardware requirements' section of the README. The Pentium III is not an x64 processor.

There are many choices... but it is hard to answer in the abstract, not knowing what you are looking for... - [Roaring Bitmaps](https://roaringbitmap.org) have total interoperability between C, Java, Go......

Depending on what you are after, either streamvbyte or Roaring Bitmaps might fit the bill. Or not... it depends of your application.

This PR does not appear to pass our unit tests.

Can you sync with our main branch? I added a few more CI tests. Note that I cannot merge a pull request that fails our tests.

Help is invited in fixing this issue.