experiment: lib/render: stream when the page is cpu-bound #54

Open
opened 2025-10-22 17:55:03 -07:00 by clo · 0 comments
Owner

allow a page like https://paperclover.net/q+a to be rendered into a "stream" which will flush chunks (synchronously) if rendering takes too long. this means that even a page like the q+a, despite being fully sync and mostly bound by the cpu, could still stream.

blocked by #11 since that is also a streaming api, these two should work together.

allow a page like `https://paperclover.net/q+a` to be rendered into a "stream" which will flush chunks (synchronously) if rendering takes too long. this means that even a page like the q+a, despite being fully sync and mostly bound by the cpu, could still stream. blocked by #11 since that is also a streaming api, these two should work together.
clo changed title from experiment: lib/render: stream cpu-bound to experiment: lib/render: stream when the page is cpu-bound 2025-10-22 17:55:13 -07:00
Sign in to join this conversation.
No labels
bug
chore
feat
lib
site
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clo/sitegen#54
No description provided.