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 getter to avoid cloning in #2193

Closed
coderabbitai bot opened this issue Oct 1, 2024 · 0 comments
Closed

Optimize getter to avoid cloning in #2193

coderabbitai bot opened this issue Oct 1, 2024 · 0 comments
Assignees
Labels
duplicate This issue or pull request already exists

Comments

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 1, 2024

As identified in PR #2191 comment by @shumkov, the getter currently clones the , which may introduce unnecessary overhead. This issue is to track the optimization of the getter to avoid cloning for improved performance.

@shumkov shumkov added the duplicate This issue or pull request already exists label Oct 1, 2024
@shumkov shumkov closed this as completed Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
Archived in project
Development

No branches or pull requests

1 participant