Details
-
Improvement
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
Query Optimization
Description
Currently agg uses dynamic_cast both to check if an object implements an interface and to check if it has an exact type. We should stop using it for the later case.