Clément Renault
Clément Renault
Ok, so I achieve better performances by using a custom `next` method and reusing the `Vec` at every iteration. ``` union_of time: [103.60 us 104.40 us 105.30 us] change: [-3.7481%...
> Time to get rid of `union_with()` (and others) deprecated in 0.6.7? (April 2021) You are right, I created issue #200 about that thank you for the reminder. > Here...
> Do you think I should try to do a quick fix for #191 since the theme of this release is: 🚀 You can indeed if you have already a...
Yeah, I think we are ready to do so now. You are right that even if there are no breaking changes we should bump the version as we drastically impacted...
Hum... @saik0, I have a small issue when I try to publish the crate on crates.io: it seems that we can't publish a crate that depends on a git repository...
I would like to see the ported versions you are talking about i.e. `opt` and `opt_unsafe`. Maybe I can find something interesting. But I like the fact that maybe simple...
> The "opt", which mostly consists of a port of CRoaring's intersect_skewed Wow the `binarySearch4` and `binarySearch2` are not complex **at all**, I find them quite simple to understand, maybe...
> Keep scrolling. They are called by "opt" Hum... Yeah, indeed! But at least there is no CPU-specific SIMD instruction here 😄
That's interesting, however, I fear at least two things: 1. Storing the internal stores/containers in an `Arc` or `Rc` creates one more indirection and could slow down some other operations....
Unfortunately, you broke the link, next time could you [provide a permanent link](https://docs.github.com/en/repositories/working-with-files/using-files/getting-permanent-links-to-files), please 😄 I think you can open a draft PR on my own branch maybe, this way...