Re: [Rd] strcapture performance when perl = TRUE

2024-02-13 Thread Toby Hocking
Thanks Tim. I confirm the proposed solution is over 10x faster, see https://github.com/tdhock/atime/issues/29#issuecomment-1943037753 for figure and source code. On Mon, Jan 29, 2024 at 7:05 AM Tim Taylor wrote: > > I wanted to raise the possibility of improving strcapture performance in > cases

[Rd] strcapture performance when perl = TRUE

2024-01-29 Thread Tim Taylor
I wanted to raise the possibility of improving strcapture performance in cases where perl = TRUE. I believe we can do this in a non-breaking way by calling regexpr instead of regexec (conditionally when perl = TRUE). To illustrate this I've put together a 'proof of concept' function called strcaptu