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 bitmaps > 2^32 #30

Closed
whitfin opened this issue Apr 30, 2018 · 3 comments · Fixed by #47
Closed

Support for bitmaps > 2^32 #30

whitfin opened this issue Apr 30, 2018 · 3 comments · Fixed by #47

Comments

@whitfin
Copy link

whitfin commented Apr 30, 2018

This is just a tracking issue for this repository for addition of support for 64 bit maps. It's highly related to RoaringBitmap/CRoaring#1 seeing as we're binding the C layer (although if we could bind the C++ layer, that already appears to have an implementation?).

@saulius
Copy link
Member

saulius commented May 2, 2018

I have actually started implementing RoaringTreeMap for 64bit integer support. Just haven't finished it yet. Can't promise anything soon, but will try to prioritise this.

@whitfin
Copy link
Author

whitfin commented Apr 12, 2019

Hi @saulius! Just wondering where you're at on this; perhaps I can contribute if you want to put what you have on a branch?

@saulius
Copy link
Member

saulius commented Apr 16, 2019

Hi @whitfin, I actually need this as well. Let me come up with something during the coming Easter weekend.

@saulius saulius mentioned this issue Apr 22, 2019
8 tasks
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

Successfully merging a pull request may close this issue.

2 participants