Module plan_cache

Module plan_cache 

Source
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§

CacheStats
Statistics about cache usage
PlanCache
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