-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
This issue tracks the removal of some of the performance issues as marked by the Intellij IDEA, which contain:
- Adding in a for loop instead of using addAll
- Using FileInputStream instead of Files.newInputStream
- Using Arrays.asList instead of Collections.singletonList
and more