Module simd_enhanced

Source
Expand description

Enhanced SIMD Operations for High-Frequency Trading

This module provides advanced SIMD optimizations specifically designed for HFT workloads:

  • Cache-aligned memory layouts
  • Optimized memory access patterns
  • Branch-free algorithms where possible
  • Prefetching for large datasets
  • Structure-of-Arrays (SoA) optimizations

Structsยง

EnhancedSimdOps
Enhanced SIMD operations optimized for financial data processing
SimdAlignedBuffer
Re-export the unified 64-byte aligned buffer type