Skip to content

runtime/vam/op: use scode.Builder.Truncate in hashJoin.wrap - #7255

Draft
nwt wants to merge 1 commit into
mainfrom
hashJoin.wrap
Draft

runtime/vam/op: use scode.Builder.Truncate in hashJoin.wrap#7255
nwt wants to merge 1 commit into
mainfrom
hashJoin.wrap

Conversation

@nwt

@nwt nwt commented Aug 27, 2026

Copy link
Copy Markdown
Member

This noticeably improves wrap performance by eliminating allocations. Switching from Builder.Reset to Truncate is safe because the super.Value returned by any call to wrap is unreachable when the next call occurs.

This noticeably improves wrap performance by eliminating allocations.
Switching from Builder.Reset to Truncate is safe because the super.Value
returned by any call to wrap is unreachable when the next call occurs.
@nwt
nwt requested a review from a team August 27, 2026 23:35
@nwt
nwt marked this pull request as draft August 28, 2026 00:03
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.

2 participants