Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1774


Ignore:
Timestamp:
02/17/12 13:55:54 (12 years ago)
Author:
abeham
Comment:

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  
    22e.g. `ApplicationManager.Manager.GetInstances<HeuristicOptimizationProblem<IEvaluator, ISolutionCreator>>()` to complete (it should be equally slow for any generic type).
    33
    4 The performance issue seems to be in `LightweightApplicationManager.CheckTypeCompatibility(Type type, Type other)`:
     4The performance issue seems to be in `LightweightApplicationManager.CheckTypeCompatibility(Type type, Type other)` as well as in the `SandboxApplicationManager`:
    55
    66{{{