Changes between Initial Version and Version 1 of Ticket #1774
- Timestamp:
- 02/17/12 13:55:54 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1774
- Property Owner changed from gkronber to mkommend
- Property Status changed from new to assigned
-
Ticket #1774 – Description
initial v1 2 2 e.g. `ApplicationManager.Manager.GetInstances<HeuristicOptimizationProblem<IEvaluator, ISolutionCreator>>()` to complete (it should be equally slow for any generic type). 3 3 4 The performance issue seems to be in `LightweightApplicationManager.CheckTypeCompatibility(Type type, Type other)` :4 The performance issue seems to be in `LightweightApplicationManager.CheckTypeCompatibility(Type type, Type other)` as well as in the `SandboxApplicationManager`: 5 5 6 6 {{{