//! High-performance numerical algorithms
//!//! This module contains optimized implementations of numerical algorithms
//! with special attention to cache efficiency, memory layout, and SIMD utilization.
pubmodcache_aware;// Re-export main types and functions
pubusecache_aware::{
BandwidthEstimate, BandwidthOptimizer, CacheAwareArrayOps, CacheAwareConvolution,
CacheAwareFFT, MemoryOperation,};