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

Trait reorganization #424

Merged

Conversation

frankmcsherry
Copy link
Member

Reorganize a bunch of traits, like Cursor, Batcher, and Builder, to reveal more independence of their types. This was meant as an exercise to understand what is needed to break these apart, and e.g. accept owned inputs but potentially reveal borrow types as outputs (e.g. String in, and &[u8] out).

Copy link
Member

@antiguru antiguru left a comment

Choose a reason for hiding this comment

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

I think this looks promising! Left a minor comment.

@frankmcsherry frankmcsherry merged commit 65f39ab into TimelyDataflow:master Nov 22, 2023
1 check passed
This was referenced Oct 29, 2024
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