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

Replace vam/expr.stitch with vector.Apply #5224

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Replace vam/expr.stitch with vector.Apply #5224

merged 1 commit into from
Aug 20, 2024

Conversation

nwt
Copy link
Member

@nwt nwt commented Aug 16, 2024

The stitch function performs the rip-eval-stitch operation on a pair of vectors. Replace it with vector.Apply, which generalizes stitch to operate on a slice of vectors and also allows the caller to control whether or not it rips vector.Unions. (stitch always rips unions).

The stitch function performs the rip-eval-stitch operation on a pair of
vectors.  Replace it with vector.Apply, which generalizes stitch to
operate on a slice of vectors and also allows the caller to control
whether or not it rips vector.Unions.  (stitch always rips unions).

Co-authored-by: Steven McCanne <[email protected]>
@nwt nwt requested a review from a team August 16, 2024 15:48
Copy link
Collaborator

@mattnibs mattnibs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really cool

@mattnibs mattnibs merged commit 2427c3b into main Aug 20, 2024
3 checks passed
@mattnibs mattnibs deleted the vector-apply branch August 20, 2024 16:20
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.

3 participants