Loïc Lecrenier

Results 69 comments of Loïc Lecrenier

Hi @coolb0y , I am sorry the index size becomes so large for your use case. We have started planning a lot of improvements that should reduce the index size...

@coolb0y I am sorry I wasn't clear in my reply. Unfortunately, there isn't anything more that you could do yet to reduce the index size. The second part of my...

Note that Algolia does not support arrays in `attributeForDistinct`: https://www.algolia.com/doc/api-reference/api-parameters/attributeForDistinct/#usage-notes

I think I am going to postpone this improvement to v1.1 because: 1. The iterative version of the algorithm also needs to be updated 2. I found an unrelated bug...

Note: this PR will stay in a draft state for a long time probably, but I'd like to keep it alive as a reminder that fuzz-testing indexing is possible and...

@curquiza Yes, it's going to sit here for a very long time probably, but eventually I'll go back to it :)

Oh yes I know haha. I've made my peace with the fact I'll need to rewrite it from scratch when I get back to it. The idea behind the PR...

> Oh, wow, that is exactly what I needed, thanks! > > Having someone fuzz your library and pull failing examples out of nowhere feels magical. Definitely appreciated. That's great...

For example, one of the improvements I have had to make is to give the fuzzer the ability to detect infinite loops. There seems to be one as of commit...