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

Configurable batcher implementation in ord_neu #422

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

antiguru
Copy link
Member

Repeat #418 for col_neu.

Comment on lines +437 to +438
fn key<'a>(&self, storage: &'a Self::Storage) -> &'a Self::Key { storage.storage.keys.index(self.key_cursor) }
fn val<'a>(&self, storage: &'a Self::Storage) -> &'a Self::Val { storage.storage.vals.index(self.val_cursor) }
Copy link
Member

Choose a reason for hiding this comment

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

Wow. I guess I must have been having a bad time and pasted that fragment onto everything and anything.

Copy link
Member

@frankmcsherry frankmcsherry left a comment

Choose a reason for hiding this comment

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

Looks good to me. Certainly raises questions about thinking through how to refactor things to not require quite so much guff, but as long as we don't regularly do it / expect others to do it, seems tolerable!

@frankmcsherry frankmcsherry merged commit 5ea6fe5 into TimelyDataflow:master Nov 21, 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