Skip to content

Challenge submission: pt2302#13

Open
pt2302 wants to merge 2 commits into
mpage:mainfrom
pt2302:main
Open

Challenge submission: pt2302#13
pt2302 wants to merge 2 commits into
mpage:mainfrom
pt2302:main

Conversation

@pt2302

@pt2302 pt2302 commented May 15, 2026

Copy link
Copy Markdown

Submission Checklist

  • My file is named submissions/<github_username>.py.
  • My submission runs locally.
  • My output matches the expected output.
  • I did not hardcode the final output.

Approach Description

Queue-based parallel scheduler. Queues only the targets whose dependencies are done, and each queued target is built once with target.build().

@github-actions

Copy link
Copy Markdown
Contributor

✅ Results

Metric Value
Speedup 5.967823276031454x
Passed true
Graphs 5

Per-graph results

Graph Speedup Status
chain.json 1.017984843737274x
diamond.json 13.261480111713725x
realistic.json 22.06989743600808x
tree.json 20.667012246964124x
wide.json 20.861198002301897x

View the leaderboard

This was referenced May 16, 2026
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