Opened 19 years ago
Closed 19 years ago
#94 closed defect (fixed)
ObjectManager
Reported by: | bensch | Owned by: | bensch (hmmpf) |
---|---|---|---|
Priority: | major | Milestone: | 0.3.9 |
Component: | GeneralFramework | Version: | |
Keywords: | Cc: | ||
Referenced By: | References: |
Description
evaluate the usefullness of the ObjectManager, and if it is useable reimplement it.
The ObjectManager is important because it saves time that would be lost for allocating and freeing memory, that is essentially the biggest part in constructing an Object
The ObjectManager should handle Lists of Objects, for one this is the List of lifing for the other a List of dead objects, of any type. It should also be able to identify a (ex.) Rocket as such, and not mess it up with a Laserbeem …
another important issue is the modularity, so you should not write a new Definition of a Class handled by the ObjectManager into the ObjectManager -file.
Change History (1)
comment:1 Changed 19 years ago by bensch
- Resolution set to fixed
- Status changed from new to closed
reimplemented as FastFactory