feat: add fiber scheduler and work-in-progress tree management#36
Draft
MarcelOlsen wants to merge 1 commit into
Draft
feat: add fiber scheduler and work-in-progress tree management#36MarcelOlsen wants to merge 1 commit into
MarcelOlsen wants to merge 1 commit into
Conversation
This was referenced Feb 13, 2026
Owner
Author
Contributor
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
This was referenced Feb 13, 2026
MarcelOlsen
force-pushed
the
fiber/lanes
branch
from
February 13, 2026 22:38
fa5a0f8 to
7a67796
Compare
MarcelOlsen
force-pushed
the
fiber/scheduler
branch
2 times, most recently
from
February 13, 2026 22:44
8af1802 to
d74ff11
Compare
MarcelOlsen
force-pushed
the
fiber/lanes
branch
from
February 14, 2026 16:17
537be0d to
d999bbd
Compare
MarcelOlsen
force-pushed
the
fiber/scheduler
branch
2 times, most recently
from
February 15, 2026 13:10
5a2bb7d to
8cc31ce
Compare
MarcelOlsen
force-pushed
the
fiber/lanes
branch
2 times, most recently
from
February 15, 2026 13:36
4367aa1 to
8bf02c1
Compare
MarcelOlsen
force-pushed
the
fiber/scheduler
branch
2 times, most recently
from
February 15, 2026 15:31
34e0470 to
7fa2e1d
Compare
MarcelOlsen
force-pushed
the
fiber/lanes
branch
2 times, most recently
from
February 15, 2026 15:40
af1b12e to
de99471
Compare
MarcelOlsen
force-pushed
the
fiber/scheduler
branch
from
February 15, 2026 15:40
7fa2e1d to
ae8f7f7
Compare
MarcelOlsen
force-pushed
the
fiber/lanes
branch
from
February 15, 2026 16:00
de99471 to
9b6eee3
Compare
MarcelOlsen
force-pushed
the
fiber/scheduler
branch
from
February 15, 2026 16:00
ae8f7f7 to
ca68198
Compare
MarcelOlsen
force-pushed
the
fiber/lanes
branch
from
February 15, 2026 16:21
9b6eee3 to
d41753a
Compare
MarcelOlsen
force-pushed
the
fiber/scheduler
branch
from
February 15, 2026 16:21
ca68198 to
2e1a1c7
Compare
MarcelOlsen
force-pushed
the
fiber/lanes
branch
from
February 15, 2026 16:33
d41753a to
e498e8c
Compare
MarcelOlsen
force-pushed
the
fiber/scheduler
branch
2 times, most recently
from
February 15, 2026 17:35
c7be33a to
bb1fe07
Compare
MarcelOlsen
force-pushed
the
fiber/lanes
branch
2 times, most recently
from
February 15, 2026 18:51
7547850 to
8cba17b
Compare
MarcelOlsen
force-pushed
the
fiber/scheduler
branch
from
February 15, 2026 18:51
bb1fe07 to
ad3b1f6
Compare
MarcelOlsen
force-pushed
the
fiber/lanes
branch
from
February 15, 2026 20:56
8cba17b to
638b997
Compare
MarcelOlsen
force-pushed
the
fiber/scheduler
branch
from
February 15, 2026 20:56
ad3b1f6 to
2b82285
Compare
MarcelOlsen
force-pushed
the
fiber/lanes
branch
from
February 15, 2026 21:04
638b997 to
3497a64
Compare
MarcelOlsen
force-pushed
the
fiber/scheduler
branch
2 times, most recently
from
February 17, 2026 17:52
09804c1 to
f1978d1
Compare
MarcelOlsen
force-pushed
the
fiber/lanes
branch
from
February 17, 2026 17:52
3497a64 to
ef8320c
Compare
MarcelOlsen
force-pushed
the
graphite-base/36
branch
from
March 11, 2026 14:37
ef8320c to
adbf41b
Compare
Add time-slicing scheduler with priority levels and shouldYield. Add WIP tree management with prepareFreshStack and createWorkInProgressFiber for double-buffering.
MarcelOlsen
force-pushed
the
fiber/scheduler
branch
from
March 11, 2026 14:52
f1978d1 to
acd4d80
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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