Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for 64-bit #110

Open
tleasure opened this issue Aug 10, 2024 · 5 comments
Open

Support for 64-bit #110

tleasure opened this issue Aug 10, 2024 · 5 comments

Comments

@tleasure
Copy link

Are there any plans to support 64-bit? It looks like CRoaring has support. RoaringBitmap/CRoaring#75

@aviggiano
Copy link
Owner

I think this is blocked by RoaringBitmap/CRoaring#1

If I understand correctly, CRoaring supports 64-bit integers in C++ but only 32-bit integers in C.

Maybe @lemire can comment on that

@tleasure
Copy link
Author

tleasure commented Aug 10, 2024

If I understand correctly, CRoaring supports 64-bit integers in C++ but only 32-bit integers in C.

Ah, I see. Thanks for the reply

@lemire
Copy link
Contributor

lemire commented Sep 9, 2024

If I understand correctly, CRoaring supports 64-bit integers in C++ but only 32-bit integers in C.

Nope. Please see...

https://github.com/RoaringBitmap/CRoaring?tab=readme-ov-file#compressed-64-bit-roaring-bitmaps-c

@lemire
Copy link
Contributor

lemire commented Sep 9, 2024

(It is true that we have independent C++ 64-bit roaring bitmaps... but there is a pure C version too.)

@aviggiano
Copy link
Owner

Awesome, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants