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

Wasm test site #1439

Draft
wants to merge 1,403 commits into
base: main
Choose a base branch
from
Draft

Conversation

MingweiSamuel
Copy link
Member

No description provided.

shadaj and others added 30 commits February 26, 2024 13:49
ci: consolidate tasks and use sccache and nextest
…ydro-project#1077)

ci: make sure we have fmt and clippy and don't cache latest nightly
…roject#1070)

Makes it possible to write custom optimization passes.
feat(hydroflow_plus): unify send/demux/tagged APIs
…ow_datalog v0.6.0, hydroflow_macro v0.6.0, lattices v0.5.3, variadics v0.0.4, pusherator v0.0.5, hydroflow v0.6.0, stageleft v0.2.0, hydroflow_plus v0.6.0, hydro_deploy v0.6.0, hydro_cli v0.6.0, hydroflow_plus_cli_integration v0.6.0, safety bump 7 crates

SAFETY BUMP: hydroflow_datalog_core v0.6.0, hydroflow_datalog v0.6.0, hydroflow_macro v0.6.0, hydroflow v0.6.0, hydroflow_plus v0.6.0, hydro_cli v0.6.0, hydroflow_plus_cli_integration v0.6.0
…-project#1083)

feat(hydroflow_plus): add APIs for running optimization passes
… vector (hydro-project#1094)

feat(hydroflow_datalog): add aggregation for collecting values into a
vector
…ation (hydro-project#1098)

feat(hydroflow_plus): move persist manipulation into a proper
optimization
1. Simplest example: one of the links wasn't rendering. The line
containing the link needs to be in a separate paragraph from <CodeBlock>
for the link to work.
2. Simple example: `flat_map` generates a `RangeInclusive`. Existing
code probably generated a `Vec`. Updated.
3. Graph Reachability: Code block now shows the line where `origin`
vertex is input into `reached_vertices`.
4. Added `README.md` instructions to enable ligatures.
MingweiSamuel and others added 21 commits August 23, 2024 09:40
…o-project#1399)

BREAKING CHANGE: changes some pub-facing names. Behaviors are the same.
…ult (hydro-project#1421)

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`).
…#1431)

When kernel stacks are included, the DWARF traces can become corrupted /
overflown leading to flamegraphs with broken parents. We only are
interested in usermode, anyways, and can measure I/O overhead through
other methods.
…ow_datalog v0.9.0, hydroflow_deploy_integration v0.9.0, hydroflow_macro v0.9.0, lattices_macro v0.5.6, lattices v0.5.7, multiplatform_test v0.2.0, variadics v0.0.6, pusherator v0.0.8, hydroflow v0.9.0, stageleft_macro v0.3.0, stageleft v0.4.0, stageleft_tool v0.3.0, hydroflow_plus v0.9.0, hydro_deploy v0.9.0, hydro_cli v0.9.0, hydroflow_plus_deploy v0.9.0, safety bump 8 crates

SAFETY BUMP: hydroflow_datalog_core v0.9.0, hydroflow_datalog v0.9.0, hydroflow_macro v0.9.0, hydroflow v0.9.0, stageleft v0.4.0, hydroflow_plus v0.9.0, hydro_cli v0.9.0, hydroflow_plus_deploy v0.9.0
The wasp-pack build command must be run from the `website-playground`
directory.
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.