forked from opentibiabr/canary
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: change shared_ptrs from copy to reference (opentibiabr#2998)
This changes the usage of 'shared_ptr' from being copied to being passed as a 'const reference'. This adjustment aims to improve performance by avoiding unnecessary increments in the reference count, especially for functions that do not need to modify the shared object. --------- Co-authored-by: Eduardo Dantas <[email protected]>
- Loading branch information
Showing
339 changed files
with
8,989 additions
and
8,206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.