Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.12.0
-
None
-
Unknown
Description
The file component is performance sensitive and we have some places in the File component where the code could be optimized.
For example, it is creating a List<File> instance [1] that could result in several thousands of objects. We could adjust it to avoid this to use native arrays or an Object type to avoid the overhead.
Attachments
Issue Links
- links to