Skip to content

Conversation

@pranaygp
Copy link
Collaborator

  • Use Set for O(1) lookup of completed wait IDs instead of O(n) .some() per iteration
  • Create all wait_completed events in parallel with Promise.all() instead of sequentially

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com

@changeset-bot
Copy link

changeset-bot bot commented Dec 16, 2025

🦋 Changeset detected

Latest commit: 31f2459

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 12 packages
Name Type
@workflow/core Patch
@workflow/builders Patch
@workflow/cli Patch
@workflow/next Patch
@workflow/nitro Patch
@workflow/web-shared Patch
workflow Patch
@workflow/astro Patch
@workflow/sveltekit Patch
@workflow/world-testing Patch
@workflow/nuxt Patch
@workflow/ai Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link
Contributor

vercel bot commented Dec 16, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview, Comment Dec 16, 2025 2:54am
example-nextjs-workflow-webpack Ready Ready Preview, Comment Dec 16, 2025 2:54am
example-workflow Ready Ready Preview, Comment Dec 16, 2025 2:54am
workbench-astro-workflow Ready Ready Preview, Comment Dec 16, 2025 2:54am
workbench-express-workflow Ready Ready Preview, Comment Dec 16, 2025 2:54am
workbench-fastify-workflow Ready Ready Preview, Comment Dec 16, 2025 2:54am
workbench-hono-workflow Ready Ready Preview, Comment Dec 16, 2025 2:54am
workbench-nitro-workflow Ready Ready Preview, Comment Dec 16, 2025 2:54am
workbench-nuxt-workflow Ready Ready Preview, Comment Dec 16, 2025 2:54am
workbench-sveltekit-workflow Ready Ready Preview, Comment Dec 16, 2025 2:54am
workbench-vite-workflow Ready Ready Preview, Comment Dec 16, 2025 2:54am
workflow-docs Ready Ready Preview, Comment Dec 16, 2025 2:54am

@github-actions
Copy link
Contributor

🧪 E2E Test Results

Tests are running...

This comment will be updated with the results when the tests complete.


Started at: 2025-12-16T02:49:42Z

Copy link
Collaborator Author

pranaygp commented Dec 16, 2025

- Use Set for O(1) lookup of completed wait IDs instead of O(n) `.some()` per iteration
- Create all wait_completed events in parallel with `Promise.all()` instead of sequentially

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@pranaygp
Copy link
Collaborator Author

Closing - this work was superseded and included in #621

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