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

Avoid resending the same value twice #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nipunn1313
Copy link
Collaborator

@nipunn1313 nipunn1313 commented Sep 27, 2024

Comes at the cost of storing a value in memory. Seems not worth?

Perhaps there's an alternate strategy where instead of holding a single
massive broadcast sender, we could have multiple sub-senders (one for
each query) and only broadcast on those.

Comes at the cost of storing a value in memory. Seems not worth?
Perhaps there's an alternate strategy where instead of holding a single
massive broadcast sender, we could have multiple sub-senders (one for
each query) and only broadcast on those.
Copy link
Collaborator Author

nipunn1313 commented Sep 27, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

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.

1 participant