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

Better queueing algo for synced streams #2284

Merged
merged 8 commits into from
Feb 7, 2025
Merged

Better queueing algo for synced streams #2284

merged 8 commits into from
Feb 7, 2025

Conversation

texuf
Copy link
Contributor

@texuf texuf commented Feb 7, 2025

basically hand rolls the concurrent thing but this actually allows us to update the page. 5 at a time is still pushing it, but 1 is way too slow.

texuf added 4 commits February 6, 2025 16:14
… anything and it takes loads of memory in the browser
we could probably do this with even more events, just this cuts our memory usage in half on my machine running locally
Copy link

vercel bot commented Feb 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
river-sample-app ⬜️ Ignored (Inspect) Visit Preview Feb 7, 2025 7:39am

basically hand rolls the concurrent thing but this actually allows us to update the page. 5 at a time is still pushing it, but 1 is way too slow.
@texuf texuf enabled auto-merge (squash) February 7, 2025 06:59
@texuf texuf merged commit 9059216 into main Feb 7, 2025
9 checks passed
@texuf texuf deleted the austin.ellis/u0 branch February 7, 2025 07:54
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