You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As identified in PR #2191comment 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: