-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Aggregation Framework, Internal Code, Performance
-
None
-
Query Optimization
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.