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

Improve performance of java.io.Reader.readAllLines

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 25
    • core-libs
    • In Review
    • generic
    • generic

      The new method java.io.Reader.readAllLines currently reads all remaining characters into a String, converts the String to a Stream<String>, and then to a List<String>. A more efficient implementation should be provided.

            bpb Brian Burkhalter
            bpb Brian Burkhalter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: