Skip to content

perf: eliminate redundant clones and allocations#766

Open
davidjsonn wants to merge 1 commit intoa16z:masterfrom
davidjsonn:perf/reduce-unnecessary-allocations
Open

perf: eliminate redundant clones and allocations#766
davidjsonn wants to merge 1 commit intoa16z:masterfrom
davidjsonn:perf/reduce-unnecessary-allocations

Conversation

@davidjsonn
Copy link
Copy Markdown
Contributor

Removed unnecessary clone operations and reference borrows across the codebase that were causing extra allocations. Changes include removing redundant string conversions, clones on Copy types, and unnecessary borrows where owned values can be moved directly.

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

Successfully merging this pull request may close these issues.

1 participant