Daniel Ferguson

Results 5 comments of Daniel Ferguson

Ah, after reading the paper again and looking at the source for `IndexBuilder` it looks like querying array fields is not supported. I'd be keen to help add support for...

I couldn't run the benchmarks on my machine due to the pre-allocation you mentioned, the process got OOM'd after trying to allocate more than my 16GB of RAM (I'm not...

I think I've stumbled upon a better approach, it: * produces the helpful function comparison pages your current implementation does * covers a range of list sizes, and presents their...

If you'd appreciate a PR let me know - I can understand waiting on input from others with more benchmarking and/or criterion experience. None of the "solutions" I proposed feel...

@TNonet I've fixed the previous lint error but besides that I think there's a bit of bitrot at play, unrelated to changes in this PR, that should probably be resolved...