Skip to content

SuperMuel submission#41

Open
SuperMuel wants to merge 1 commit into
mpage:mainfrom
SuperMuel:supermuel-submission-ftp-challenge
Open

SuperMuel submission#41
SuperMuel wants to merge 1 commit into
mpage:mainfrom
SuperMuel:supermuel-submission-ftp-challenge

Conversation

@SuperMuel

@SuperMuel SuperMuel commented May 16, 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

Make dependents list. Count missing deps. Target ready when count hit zero. Put ready target in queue.

Worker take target. Call target.build(...). Store result. Decrement waiting targets. New ready target go queue.

Chain graph have no real parallel work. Use simple serial path there. Me still learning free-threaded Python. This mostly normal threads plus dependency rules. Hope fast enough.

@github-actions

Copy link
Copy Markdown
Contributor

✅ Results

Metric Value
Speedup 5.864889372477709x
Passed true
Graphs 5

Per-graph results

Graph Speedup Status
chain.json 1.0026715702526794x
diamond.json 14.797958152578222x
realistic.json 21.80412640565808x
tree.json 17.13494021470269x
wide.json 21.082459507121143x

View the leaderboard

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