Toolverse
All skills

python-parallelization

by benchflow-ai

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

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Mobile
Views
1

About this skill

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.

How to use

  1. Przygotuj kod Pythona, który chcesz przyspieszyć – może to być pętla, seria zapytań do bazy danych lub wiele niezależnych żądań sieciowych. 2. Przekaż kod umiejętności, opisując typ problemu: czy to obliczenia intensywne (CPU-bound), operacje wejścia-wyjścia (I/O-bound) czy przetwarzanie danych (NumPy, Pandas). 3. Umiejętność analizuje strukturę kodu i klasyfikuje typ obciążenia – na podstawie tego wybiera odpowiednią strategię (ProcessPoolExecutor dla CPU, asyncio dla I/O, wektoryzacja dla tablic). 4. Otrzymujesz przekształcony kod z właściwą synchronizacją i obsługą błędów – gotowy do użycia w Twoim projekcie. 5. Przetestuj wydajność nowego kodu – umiejętność wskazuje spodziewane przyspieszenie i potencjalne problemy z równolegością.

Related skills

build-macos-apps

by glittercowboy

Build professional native macOS apps in Swift with SwiftUI and AppKit. Full lifecycle - build, debug, test, optimize, ship. CLI-only, no Xcode.

Mobile
31136

garmin-connect

by openclaw

Syncs daily health and fitness data from Garmin Connect into markdown files. Provides sleep, activity, heart rate, stress, body battery, HRV, SpO2, and weight data.

Mobile
37119

mobile-design

by sickn33

Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mobile-specific decision-making. Teaches principles and constraints, not fixed layouts. Use for React Native, Flutter, or

Mobile
6091

flutter-expert

by sickn33

Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment. Handles state management, animations, testing, and performance optimization for mobile, web, desktop, and embedded platforms. Use PROACTIVELY for Flutter architecture, UI implementation, or

Mobile
54112

react-native-architecture

by wshobson

Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects.

Mobile
3978

claude-mobile-ios-testing

by krzemienski

Use when testing iOS apps on simulator, capturing screenshots for validation gates, automating UI testing with expo-mcp and xc-mcp, or verifying visual correctness - combines expo-mcp autonomous testing (React Native level) with xc-mcp simulator management (iOS level)

Mobile
15111