Travers
                                            Travers
                                        
                                    Definitely! Lots of functions that can be added :)
The practical advantage is it should work using RcppParallel or C++ std::threads.
Sorry about that, didn't show up on Windows. I'm going to see if I can set up multiple builds CodeCov or Travis and re-submit to CRAN.
Okay, attempt number 2. I fixed the issues in the stringfish package on CRAN and re-ran the github actions test on the fork. Hopefully good to go this time!
The e-mail says Platform: | Debian Linux, R-devel, clang, ISO-8859-15 locale I used the default.
Hi, it may be hard to diagnose the issue with the information so far. If you could provide a reproducible example using a VM, docker or new install of CentOS...
Aha, it looks like it is this issue: https://github.com/traversc/stringfish/issues/12 The issue is the line in the config `$(shell ${R_HOME}/bin/Rscript -e "RcppParallel::RcppParallelLibs()")` which I can't do anything about, since this is...
Here's the code for that plot: https://github.com/traversc/stringfish/blob/master/inst/extra_tests/benchmark_test.r (I updated it a bit to make it easier to include stringi in the plot output) Glad you're interested in ALTREP support. I'll...
[Here's ](https://imgur.com/a/oVeGKjL)the plot setting `perl = TRUE`. Much less of a difference for regex substitution, but still lots of performance to be gained in various places. I believe the difference...
> Another question: is your ALTREP-based stringfish framework compatible with read/saveRDS? Yes, all ALTREP frameworks are inherently compatible wiht read/saveRDS. Here's the prototype: https://github.com/traversc/stringi Benchmark code: https://gist.github.com/traversc/f357c5f1a4b0368649849dd3d1f49d14 Dataset used for...