Skip to content

Comments

Avoid Vec allocation when parsing salt#1160

Merged
reaperhulk merged 1 commit intopyca:mainfrom
alex:avoid-vec-alloc-in-salt-parsing
Feb 19, 2026
Merged

Avoid Vec allocation when parsing salt#1160
reaperhulk merged 1 commit intopyca:mainfrom
alex:avoid-vec-alloc-in-salt-parsing

Conversation

@alex
Copy link
Member

@alex alex commented Feb 18, 2026

Pull elements directly from the split iterator instead of collecting into a Vec and using try_into.

Pull elements directly from the split iterator instead of collecting
into a Vec and using try_into.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@reaperhulk reaperhulk merged commit 5fc4490 into pyca:main Feb 19, 2026
34 checks passed
@alex alex deleted the avoid-vec-alloc-in-salt-parsing branch February 19, 2026 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants