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

Investigate replacing const references with values #36

Open
Pharap opened this issue May 5, 2018 · 0 comments
Open

Investigate replacing const references with values #36

Pharap opened this issue May 5, 2018 · 0 comments
Assignees
Labels
Major This change is a major breaking change Optimisation This change somehow improves optimisation

Comments

@Pharap
Copy link
Owner

Pharap commented May 5, 2018

Sometimes const references are better than values.
Sometimes values are better than const references (due to copy elision).

It might be worth looking into replacing some of the current usage of const references with values if it would produce smaller/faster code in certain circumstances.

@Pharap Pharap self-assigned this May 5, 2018
@Pharap Pharap added Major This change is a major breaking change Optimisation This change somehow improves optimisation labels Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Major This change is a major breaking change Optimisation This change somehow improves optimisation
Projects
None yet
Development

No branches or pull requests

1 participant