Skip to content

Super cells

Pedro Gonnet requested to merge super_cells into master

Allocate a list of direct pointers to the "super" cells in the space.

This is usefull for mappers that currently operate on the cells, but actually just recurse and do things at, or below, the super cells. This finer-grained input to the threadpool will likely parallelize better.

Merge request reports