Etienne Bacher
Etienne Bacher
Need shinytest2 on cran before adding tests on master, for now they are on branch add-tests
Hello, I can't look at this right now but can you provide a small reproducible example that shows what you would like to do?
I confirm that putting `Sys.setenv(RAYON_NUM_THREADS = 2)` (for example) after loading the package works fine, thanks for the workaround!
Hi @beniaminogreen, would it also make sense to support the Jaro-Winkler similarity? If so, maybe I could open a separate issue?
Thanks for the info, it's already good to know that there's no "standard" way to mix J-W with the LSH
Thanks for your detailed answer! I have to think more about this (also curious to know what the prof you mention would say). > If we can't find a way...
Thank you for the potential solution, I must say I don't have a usecase for this anymore so I won't try to benchmark the two approaches. I'm wondering if using...
> My only concern right now is that we are very close to the upper limit (5MB) that CRAN imposes on vendored dependencies, and I worry that adding the polars...
Indeed, the memory usage increases linearly, thanks for the clarification. I'll leave this issue open if you want to investigate more. ``` r library(zoomerjoin) library(tidyverse) library(profmem) # Sample million rows...
Hello, I can't say that I will have time or knowledge to be maintainer but I have used `essurvey` in the past so I'd like to contribute back to it....