Is it possible to perform RoaringBitmap operations on char * buf?

19 views
Skip to first unread message

Tony Peony

unread,
Apr 2, 2024, 2:51:41 AMApr 2
to Roaring Bitmaps
Hi!

I have a case when I need to perform roaring_bitmap_lazy_or_inplace (and some other operations but this one is critical in my use case) on a bunch of char * representations of RoaringBitmap. After that I don't need those bitmaps at all. I mutate the common state and that is the only bitmap I want to store in memory. Is is possible to avoid allocations here and do not create instances of roaring_bitmap_t?
Reply all
Reply to author
Forward
0 new messages