Expand description
SIMD-Accelerated Stream Operations
This module provides high-performance SIMD-accelerated operations for stream processing using SciRS2-core’s SIMD capabilities for maximum throughput.
Features:
- Vectorized pattern matching across event batches
- SIMD-accelerated aggregations (sum, mean, variance)
- Parallel event filtering with SIMD predicates
- Batch processing with auto-vectorization
- Cache-friendly memory layouts
Performance targets:
- 10-100x speedup over scalar operations
- Process 1M+ events/second on single core
- Sub-microsecond batch processing
Structs§
- Simd
Aggregate Result - SIMD aggregate result
- Simd
Batch Config - SIMD batch configuration
- Simd
Batch Processor - SIMD-accelerated batch processor
- Simd
Event Filter - SIMD-accelerated event filter
- Simd
Processor Stats