Array to prod
All threads resolved!
All threads resolved!
Compare changes
Files
14
hercules_opt/src/array_to_prod.rs
0 → 100644
+ 352
− 0
Array to prod optimization for constant sized arrays.
We should make sure to test this once forkify is fixed to handle the sorting loop, but if we manually unroll that loop this optimization is able to convert the median entirely into a tower of selects.