Skip to content

feat(tiles): capacity fan-out example#14

Merged
rickstaa merged 1 commit into
mainfrom
rs/tiles
Jul 6, 2026
Merged

feat(tiles): capacity fan-out example#14
rickstaa merged 1 commit into
mainfrom
rs/tiles

Conversation

@rickstaa

@rickstaa rickstaa commented Jul 6, 2026

Copy link
Copy Markdown
Member

Adds the tiles example — a CPU-bound image tiler that showcases the capacity knob: the client splits an image into a grid and opens one session per tile at once, so the runner's capacity decides how many process in parallel (same output either way — capacity changes throughput, not the result).

@rickstaa rickstaa force-pushed the rs/tiles branch 4 times, most recently from 0c805ee to b0191fb Compare July 6, 2026 10:44
A CPU-bound image tiler that showcases the `capacity` knob: the client
splits an image into a grid and opens one session per tile at once, so the
runner's capacity decides how many process in parallel (same output either
way — capacity changes throughput, not the result).

Follows the house conventions: grep-pointer docstrings + numbered
`# Livepeer:` markers (register_runner/close on the runner;
reserve_session/call_runner/stop_runner_session on the client), aligned
README (single-shot #5 note, named-calls "How it's wired", build-from-source
link), and offchain/on-chain/no-Docker run paths. Wired into the root README
examples table + HTTP schema.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@rickstaa rickstaa merged commit c58dfe6 into main Jul 6, 2026
1 check passed
@rickstaa rickstaa deleted the rs/tiles branch July 6, 2026 11:07
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