-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
-
None
GroupProcessor's constructor explicitly creates a copy of GroupProcessorBase, effectively copying its many containers and members, such as a MemoryUsageTracker, which could be expensive if they are not empty. If the assumption is that it would be a copy of an empty GroupProcessorBase, then it could be helpful to create a factory helper that creates a Fresh GroupProcessorBase instead of a copy.