Skip to content

Unskip reduce recursion

Loic Hausammann requested to merge unskip_reduce_recursion into master

This branch optimizes the gravity unskip from this image

to this image

The idea is to flag the cells that have already been unskipped in order to stop the recursion sooner for the unskip of the other top level cells.

The main improvement is for the pairs. The selfs are not as important but still give a slight speedup.

Edited by Loic Hausammann

Merge request reports