home/categories/framework-internals/benchflow-ai-skillsbench-tasks-parallel-tfidf-search-environment-skills-python-parallelization-skill-md
framework-internalsdevelopment

python-parallelization

Transform sequential Python code into parallel/concurrent implementations. Use when asked to parallelize Python code, improve code performance through concurrency, convert loops to parallel execution, or identify parallelization opportunities. Handles CPU-bound (multiprocessing), I/O-bound (asyncio, threading), and data-parallel (vectorization) scenarios.

benchflow-ai
maintainer
benchflow-ai
更新於 1/22/2026
星標
946
分支
244
quick start

Installation and usage

Transform sequential Python code into parallel/concurrent implementations. Use when asked to parallelize Python code, improve code performance through concurrency, convert loops to parallel execution, or identify parallelization opportunities. Handles CPU-bound (multiprocessing), I/O-bound (asyncio, threading), and data-parallel (vectorization) scenarios.

安裝
$ install --globalskills.sh
使用

安裝後,您可以通過在終端運行以下命令來使用此技能:

skills use python-parallelization