Skip to main content

batch_forward_fill

Function batch_forward_fill 

Source
pub fn batch_forward_fill(series: &mut [Vec<f64>])
Expand description

Batch forward-fill for multiple series

This function performs forward-fill on multiple series in parallel using SIMD instructions for maximum performance.