Ted Yu created SYSTEMML-2056:
--------------------------------
Summary: Adopt Collections.emptyList() for empty list values
Key: SYSTEMML-2056
URL: https://issues.apache.org/jira/browse/SYSTEMML-2056
Project: SystemML
Issue Type: Improvement
Reporter: Ted Yu
Priority: Minor
Use Collection.emptyList() for returning an empty list instead of returning new
ArrayList<>().
The default constructor creates a buffer of size 10 for ArrayList . Therefore,
returning this static value saves some memory and lessens GC pressure.
One candidate for replacement is in StatementBlock#mergeStatementBlocks
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)