Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8263038

Optimize String.format for simple specifiers

XMLWordPrintable

    • b13

      String.format using only a combination of simple specifiers, such as %s, %d etc are a common occurrence. A naive parser that avoids use of the regex for such simple format strings can significantly help performance.

            redestad Claes Redestad
            redestad Claes Redestad
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: