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

Optimize usage of clone()? #3

Open
smyrick opened this issue Sep 5, 2024 · 0 comments
Open

Optimize usage of clone()? #3

smyrick opened this issue Sep 5, 2024 · 0 comments

Comments

@smyrick
Copy link
Member

smyrick commented Sep 5, 2024

          There's not; it's due to a lot of borrowing issues, but the [Rust book has a good description of why it's not necessarily a huge issue](https://rust-unofficial.github.io/patterns/anti_patterns/borrow_clone.html#:~:text=If%20a%20clone%20is%20used,is%20still%20new%20to%20ownership) for this project at the moment, and we can optimize later.

Originally posted by @lleadbet in #2 (comment)

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