Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
There are several occurences of copying of std::shared_ptr objects which are easily avoided.
Copying of std::shared_ptr objects can be expensive due to the atomic operations involved in incrementing/decrementing the reference counter.
Attachments
Issue Links
- links to