loop-fusion
loop-fusion copied to clipboard
Simplify implementation + add parallel iteration
Loop-fusion code can be greatly simplified using the macro from Laser especially the forEachContiguous macro.
Furthermore they also support parallel processing via OpenMP for non-ref types and types with trivial destructors.