Lars Kroll

Results 15 comments of Lars Kroll

You are looking for `bitmap.serialize(buffer)` I believe? Something like: ```scala val buffer = ByteBuffer.allocate(bitmap.serializedSizeInBytes) bitmap.serialize(buffer) buffer.toArray ```

Ah, my bad. I thought you just wanted a serialised version you can store in a GRIB file. I don't believe RoaringBitmap has an API to convert into a bitset...

It certainly is. You could add a new method for this in a PR, that at least for containers that are already bitset encoded gives you better performance, but it'd...

Ok, that makes sense. Would it be possible, instead of materialising the entire `byte[]` from the RoaringBitmap at once, to perhaps materialise container by container and immediately write that out...

Sorry to necro this ancient issue, but I'm trying to extend the fuzz testing support to Roaring64Bitmap. Sadly I'm literally failing at step 0: How do I run the existing...

> It looks like they have rotted because they don't get run very much (way too costly to run in CI), it's been a couple of years since I've run...

> I started looking at this myself just to demonstrate there's a problem and that we should probably include a warning that `Roaring64Bitmap` is currently beta quality, but I ran...

> Left a few high-level comments. We need to bump the protocol versions, so please add version (3,7) in the version list, and add the necessary discussion about version consideration...

> We currently have a floating idea to solve this issue > [...] > What do you think of this idea? That sounds great. By floating idea you mean, this...

> When do you plan to release DV? If there's still some time, we could bump the protocol version for the feature thing I am working on, then make DV...