Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.1
-
Component/s: Core Runtime
-
Labels:None
Description
Todays a lot of classes are generated unnecessarily, as they are essentially duplicates of each other. A lot of model instances (such as a MixinModel for PropertiesMixin) are also duplicated unnecessarily. By keeping track of what is created during the application creation phase these can be reused, so that the memory footprint is reduced.
