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

fix(vectors): use emplace_back instead of push_back #56

Merged
merged 2 commits into from
Nov 25, 2020

Conversation

yumetodo
Copy link
Contributor

emplace_back is better or the same performance compared with push_back.

`emplace_back` is better or the same performance compared with `push_back`.
@rinatz
Copy link
Owner

rinatz commented Nov 25, 2020

push_back() との違いについて記載があったほうがいいかなと思いました。

@yumetodo
Copy link
Contributor Author

追記しました

@rinatz rinatz merged commit 82914ca into rinatz:master Nov 25, 2020
@yumetodo yumetodo deleted the patch-1 branch November 27, 2020 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants