Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add missing std moves and perfect forwards #4785

Merged
merged 6 commits into from Nov 8, 2022

Conversation

Skylion007
Copy link
Contributor

Optimize the code by adding a lot of missing std::move and a few std::forwards for perfect forwarding. This PR should reduce the number unnecessary copies and overall increase efficiency.

@Skylion007 Skylion007 changed the title chore: add missing std moves chore: add missing std moves and perfect forwards Nov 3, 2022
@Skylion007 Skylion007 force-pushed the add-missing-std-move branch 2 times, most recently from 6fa9a50 to 2ac51c0 Compare November 7, 2022 16:00
Copy link
Member

@kimkulling kimkulling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine.

Fix review findings
@kimkulling kimkulling merged commit cfed745 into assimp:master Nov 8, 2022
@kimkulling
Copy link
Member

Merged, thanks a lot for your contribution.

@Skylion007 Skylion007 deleted the add-missing-std-move branch November 8, 2022 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants