A DESCRIPTION OF THE PROBLEM :
In current codes, delimiter calls getBytes times and times.
It is faster to call it one time, then use System.arrayCopy to do the fillings.
In current codes, delimiter calls getBytes times and times.
It is faster to call it one time, then use System.arrayCopy to do the fillings.
- links to
-
Review openjdk/jdk/8169