-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
File loading can be optimised by recursively loading the dependencies of the start class.
Eg:
Start - depends on:
- Logger - depends on:
- LogLevel
- Configuration - depends on:
- Logger - depends on ~
- File
Instead of pre-populating packages with empty tables we can load only what we need when we need it, this will also cut down on some memory usage.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Todo