Open lukaskubis opened 4 years ago
This traversal algorithm is inefficient.
Do you need to go through all the cells? That won't work with the #2
Now I only iterate through active cells and their closest neighbours as candidates for the next iteration.
This traversal algorithm is inefficient.
Do you need to go through all the cells? That won't work with the #2