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

feat(hydroflow): add cross_singleton operator #1373

Merged
merged 1 commit into from
Aug 6, 2024
Merged

feat(hydroflow): add cross_singleton operator #1373

merged 1 commit into from
Aug 6, 2024

Commits on Aug 6, 2024

  1. feat(hydroflow): add cross_singleton operator

    This operator is necessary to eliminate performance bottlenecks in Paxos where cross-products result in unnecessary cloning and lack of short-circuit behavior results in values being cloned out of the internal state of `reduce_keyed`.
    shadaj committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    62b4e9d View commit details
    Browse the repository at this point in the history