Clément Renault

Results 310 comments of Clément Renault
trafficstars

/bench workloads/settings-*.json

Thank you for this proposal @nolanderc, very appreciated 😃 However, there is one minor issue with the `ZERO_COPY` parameter; it should be possible to dynamically determine it from the given...

Hey @MathGeniusJodie, @oXtxNt9U, @sebastijankuzner, and @Nuhvi 👋 It's an open-source repository. Feel free to propose solutions though play.rust-lang.org (before implementation) and probably directly expose [the internal Cursor type](https://github.com/meilisearch/heed/blob/52be23f3be7b8551f860d1db4b02646411d6a346/heed/src/cursor.rs#L1) and make...

Hey @MathGeniusJodie 👋 The multiget you are talking about is already available in heed 0.21 by using the [`RoIter::move_through_duplicate_values`](https://docs.rs/heed/0.21.0/heed/struct.RoIter.html#method.move_through_duplicate_values) method for example. I understand that it's maybe not perfect but...

Hey @pkruithof 👋 @iamriajul is right there is a leak in v1.8.0 and v1.8.1. We are investigating in [this Discord channel](https://discord.com/channels/1006923006964154428/1244531390071177216) and [on this GitHub issue](https://github.com/meilisearch/meilisearch/issues/4692). At this point we...

Hey @savikko 👋, Thank you very much for the report. It's an interesting bug report that we didn't notice before, even if it's been the behavior for a long time....

Hey @CodeMan62 👋 Unfortunately, thanks to [this comment](https://github.com/rust-lang/rust/issues/80552#issuecomment-1856233591). It is not sound to make this change on `*GroupByMut` iterators. You'll have to expand the macros, generating both mut and non-mut...

Hey @Rorke76753 👋 I improved the progress to be more precise on the engine's actions while post-processing facets. I also added a new `progressTrace` to the batches to see where...

@Rorke76753 I cannot answer that until you provide more information. Can you switch [to v1.14.0-rc.2](https://github.com/meilisearch/meilisearch/releases/tag/v1.14.0-rc.2) or wait until v1.14.0 (available in 2 weeks)?