Lessen object copies in factory process
Opened this issue · 0 comments
mlposey commented
Most objects that are created by Factory classes are copied at least once in transit to their final destination. It may be better to create shared_ptr objects that store pointers to these.