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

Updating CRoaring to latest version (0.2.4) #9

Closed
lemire opened this issue Sep 9, 2016 · 1 comment
Closed

Updating CRoaring to latest version (0.2.4) #9

lemire opened this issue Sep 9, 2016 · 1 comment

Comments

@lemire
Copy link
Member

lemire commented Sep 9, 2016

The latest version exposes the CRoaring version:

https://github.com/RoaringBitmap/CRoaring/blob/master/include/roaring/roaring_version.h

This could be handy.

There is also a function to add a bunch of integers quickly...

 void roaring_bitmap_add_many(roaring_bitmap_t * r, size_t n_args, const uint32_t *vals);
@lemire lemire changed the title Updating CRoaring to latest version (0.2.3) Updating CRoaring to latest version (0.2.4) Sep 10, 2016
@saulius
Copy link
Member

saulius commented Sep 10, 2016

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

2 participants