Skip to content
  • R. Johnstone's avatar
    Performance improvement in loadExpression · 95d62ab4
    R. Johnstone authored
    After the call expression has been identified, the arguments are
    converted to strings.  This turns out to be fairly expensive.  In the
    common case, where the expression is an identifier, short-circuit the
    call to printer.Fprint.
    
    Performance improvement is between ~50% and ~35% across the benchmarks.
    95d62ab4