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_plus)!: refactor API to have no-tick semantics by default #1421

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

shadaj
Copy link
Member

@shadaj shadaj commented Aug 23, 2024

Now, by default streams exist at a "top-level" where there are no ticks and operators run over the entire collection. To perform iterative computations, developers must explicitly entire a tick domain (using tick_batch), and return to the outer domain (using all_ticks).

Stack created with Sapling. Best reviewed with ReviewStack.

Copy link

cloudflare-workers-and-pages bot commented Aug 23, 2024

Deploying hydroflow with  Cloudflare Pages  Cloudflare Pages

Latest commit: 26d0103
Status: ✅  Deploy successful!
Preview URL: https://5ba9c5e7.hydroflow.pages.dev
Branch Preview URL: https://pr1421.hydroflow.pages.dev

View logs

hydroflow_plus/src/stream.rs Outdated Show resolved Hide resolved
Now, by default streams exist at a "top-level" where there are no ticks and operators run over the entire collection. To perform iterative computations, developers must explicitly entire a tick domain (using `tick_batch`), and return to the outer domain (using `all_ticks`).
@shadaj shadaj merged commit 536e644 into main Aug 26, 2024
29 checks passed
@shadaj shadaj deleted the pr1421 branch August 26, 2024 03:55
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