Expand description
FFT Plan Caching Module
This module provides a caching mechanism for FFT plans to improve performance when performing repeated transforms of the same size.
Structs§
- Cache
Stats - Statistics about cache usage
- Plan
Cache - FFT Plan Cache with configurable size limits and TTL
Functions§
- get_
global_ cache - Get the global plan cache instance
- init_
global_ cache - Initialize the global plan cache with custom settings