Skip to content
Prev 332653 / 398506 Next

speed issue: gsub on large data frame

But note too what the help says:

Performance considerations:

      If you are doing a lot of regular expression matching, including
      on very long strings, you will want to consider the options used.
      Generally PCRE will be faster than the default regular expression
      engine, and ?fixed = TRUE? faster still (especially when each
      pattern is matched only a few times).

(and there is more).  I don't see perl=TRUE here.
On 05/11/2013 09:06, Jim Holtman wrote: