Skip to content

feat: add fiber scheduler and work-in-progress tree management#36

Draft
MarcelOlsen wants to merge 1 commit into
graphite-base/36from
fiber/scheduler
Draft

feat: add fiber scheduler and work-in-progress tree management#36
MarcelOlsen wants to merge 1 commit into
graphite-base/36from
fiber/scheduler

Conversation

@MarcelOlsen

Copy link
Copy Markdown
Owner

Add time-slicing scheduler with priority levels and shouldYield.
Add WIP tree management with prepareFreshStack and
createWorkInProgressFiber for double-buffering.

@coderabbitai

coderabbitai Bot commented Feb 13, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 76debe3a-c09b-49b4-8820-2ae833cf1f97

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@MarcelOlsen
MarcelOlsen force-pushed the fiber/scheduler branch 2 times, most recently from 8af1802 to d74ff11 Compare February 13, 2026 22:44
@MarcelOlsen
MarcelOlsen force-pushed the fiber/scheduler branch 2 times, most recently from 5a2bb7d to 8cc31ce Compare February 15, 2026 13:10
@MarcelOlsen
MarcelOlsen force-pushed the fiber/lanes branch 2 times, most recently from 4367aa1 to 8bf02c1 Compare February 15, 2026 13:36
@MarcelOlsen
MarcelOlsen force-pushed the fiber/scheduler branch 2 times, most recently from 34e0470 to 7fa2e1d Compare February 15, 2026 15:31
@MarcelOlsen
MarcelOlsen force-pushed the fiber/lanes branch 2 times, most recently from af1b12e to de99471 Compare February 15, 2026 15:40
@MarcelOlsen
MarcelOlsen force-pushed the fiber/scheduler branch 2 times, most recently from c7be33a to bb1fe07 Compare February 15, 2026 17:35
@MarcelOlsen
MarcelOlsen force-pushed the fiber/lanes branch 2 times, most recently from 7547850 to 8cba17b Compare February 15, 2026 18:51
@MarcelOlsen
MarcelOlsen force-pushed the fiber/scheduler branch 2 times, most recently from 09804c1 to f1978d1 Compare February 17, 2026 17:52
@MarcelOlsen
MarcelOlsen changed the base branch from fiber/lanes to graphite-base/36 March 11, 2026 14:37
Add time-slicing scheduler with priority levels and shouldYield.
Add WIP tree management with prepareFreshStack and
createWorkInProgressFiber for double-buffering.
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