Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
10.7.1.1
-
None
-
Low
-
Performance
Description
various places in the code, manual loops are used to copy one array to another, switch with System.arraycopy for better performance.