Joseph Glanville

Results 25 comments of Joseph Glanville

Implementation should match that of `batchingMaxPublishDelayMicros` of the Java/C++ clients.

I would like to take this on, run containers provide very good wins for my workload. I propose adding a new `Vec` based container that stores intervals, either as pair...

Awesome! I don't have much time to help atm but will review and comment where I can. :)

I'm going to start picking this back up @Kerollmops. I noticed the `remove_range` implementation is most likely not working yet which is preventing the new tests I have added from...

@saik0 yeah that is a valid concern and not something I had thought of at the time but think it makes sense as to make it easier to support mmaped...

Contant time `len()` will probably require additional storage. Atleast for my usecase that would be quite unfortunate as my program has hundreds of thousands of bitmaps at any time. Perhaps...

Here is the specification for the frozen format: https://github.com/RoaringBitmap/CRoaring/blob/99f31771e1a372a1ac54abcf4fd3349db35cadf4/src/roaring.c#L2754-L2781

The existing serialisation functions are good for reading/writing to byte buffers/files etc. I'm not sure exactly what serde support entails however but assuming it's about either writing to files or...

@moul is there a reason a non-vanilla kernel needs to be used? I imagine something in your netboot/remote disk infrastructure needs to be compiled in rather than loaded from initrd?...

@jgillich the `ubuntu-zfs` package builds the kernel modules using DKMS, even if it ships some pre-compiled modules those would be intended for use via DKMS caching mechanism. Hailing from `flynn/flynn`...