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

Reduce memory copies by passing structs as Box/Arc #1872

Open
Tracked by #1870
tillrohrmann opened this issue Aug 20, 2024 · 0 comments
Open
Tracked by #1870

Reduce memory copies by passing structs as Box/Arc #1872

tillrohrmann opened this issue Aug 20, 2024 · 0 comments

Comments

@tillrohrmann
Copy link
Contributor

tillrohrmann commented Aug 20, 2024

We should check whether it is more efficient to pass larger structs as references instead of copying them on every move.

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

No branches or pull requests

1 participant