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

[Chore] Remove Boxing of SymbolicExpressions in Clarity #4445

Closed
cylewitruk opened this issue Feb 28, 2024 · 0 comments
Closed

[Chore] Remove Boxing of SymbolicExpressions in Clarity #4445

cylewitruk opened this issue Feb 28, 2024 · 0 comments
Assignees
Labels
chore Necessary but less impactful tasks such as cleanup or reorg Size: 🐭 XS (< 1 day)

Comments

@cylewitruk
Copy link
Member

SymbolicExpressions are unnecessarily Box'd in a few places in the clarity crate when used in Vecs. As Vecs are already on the heap, a Box is not necessary.

@cylewitruk cylewitruk self-assigned this Feb 28, 2024
@cylewitruk cylewitruk added the chore Necessary but less impactful tasks such as cleanup or reorg label Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Necessary but less impactful tasks such as cleanup or reorg Size: 🐭 XS (< 1 day)
Projects
Archived in project
Development

No branches or pull requests

1 participant