Parallelism Engineering

Design and implement cross-language CPU-bound, data-parallel, and task-parallel computation. Use when decomposing a measured workload into partitions or tasks; selecting granularity, executors or worker pools, reductions, cancellation, failure handling, or deterministic concurrency tests. Do not use for routine async I/O, distributed coordination, Spark, GPU programming, or review-only performance work.

nledford 387ee98 7.9 KB Updated

File contents

nledford/engineering-review-board/tree/main/skills/parallelism-engineering commit 387ee98051

Frequently asked questions

npx skillmds@latest add nledford/parallelism-engineering