sigil_parallel_reduce

Function sigil_parallel_reduce 

Source
#[unsafe(no_mangle)]
pub extern "C" fn sigil_parallel_reduce(arr_ptr: i64) -> i64
Expand description

Parallel reduce operation - tree reduction for associative operations Achieves O(log n) depth with O(n) work