vir-simd 0.4.189
Parallelism TS 2 extensions and simd fallback implementation
|
Algorithm: for-each | Iterate over the given range (iterator overload) |
Algorithm: transform | Applies the given callable to the elements of the given input range, and stores the result in an output range |
Algorithm: transform_reduce | Applies transform_op to corresponding input elements and reduces the results along with the initial value init over reduce_op |
Algorithm: reduce | Reduces the range along with the initial value init over op |
Algorithm: count_if | Reduces the range along with the initial value init over op |