Remove invocation of GroupProcessorBase's default copy constructor

    • 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.

              Assignee:
              Unassigned
              Reporter:
              Aaron Baruch
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: