Expand description
Worker Pool Management for FFT Parallelization
This module provides a configurable thread pool for parallel FFT operations, similar to SciPy’s worker management functionality.
Structs§
- Worker
Config - Configuration for FFT worker pool
- Worker
Context - Context manager for temporarily changing worker count
- Worker
Pool - FFT Worker Pool Manager Simplified to use core parallel abstractions instead of direct ThreadPool management
- Worker
Pool Info - Information about the worker pool state
Functions§
- get_
global_ pool - Get the global worker pool instance
- get_
workers - Get the current number of workers
- init_
global_ pool - Initialize the global worker pool with custom configuration
- set_
workers - Set the number of workers globally
- with_
workers - Execute a function with a specific number of workers temporarily