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
Mis à jour 1/22/2026
Étoiles
946
Forks
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.

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use python-parallelization