Loïc Lecrenier
Loïc Lecrenier
Hello! I have released fuzzcheck 0.10 with a default string mutator based on `Vec` as written in the example above.
Thanks a lot for the explanation and suggestions! I have never felt good about the code coverage sensor (and signal handling) code, but also didn't really know what to do...
Oh, I was about to post a link to the commit, but GitHub does it automatically! Nice. So, for now, I have replaced instances of `shared_sensor()` with free functions. Will...
Note that after these changes are merged, the [filter depth limitation]( https://docs.meilisearch.com/learn/advanced/known_limitations.html#maximum-filter-depth) will be eliminated, and thus the documentation will need to be updated :) @curquiza
Good point! I had to double-check. 1. if the filters are given as arrays instead of strings, the limitations are also removed. 2. but there remains a potential stack overflow...
Note: I'm putting this PR back into draft status as I don't think the improvement is good enough. The problem is that after adding just one document, we need to...
After looking a bit more into it, I realised there is a problem with the current structure of `index.facet_id_string_docids`. The elements of all levels > 0 have a pair of...
After thinking about it more, I think this PR should be reviewed as is for now, because: 1. It still brings a fairly large improvement in indexing speed 2. Adding...
Progress with https://github.com/meilisearch/milli/pull/601 , but I'm keeping this issue open because I'd like to have more comprehensive snapshot tests still.
I rebased it on top of main, let's try again haha bors merge