Module performance

Module performance 

Source
Expand description

Performance optimizations and enhanced implementations Performance optimizations and enhanced implementations

This module provides optimized implementations of common transformation algorithms with memory efficiency, SIMD acceleration, and adaptive processing strategies.

Structs§

AdvancedMemoryPool
✅ Advanced MODE: Advanced memory pool for fast processing This provides cache-efficient memory management for repeated transformations
AdvancedPCA
✅ Advanced MODE: Fast PCA with memory pooling
EnhancedPCA
Enhanced PCA with memory optimization and adaptive processing
EnhancedStandardScaler
Enhanced standardization with adaptive processing
PoolStats
Memory pool statistics for performance monitoring