Sassafrass6 / Life

Conway's Life in Python
1 stars 0 forks source link

Slow Neighbor Count #2

Open Sassafrass6 opened 5 years ago

Sassafrass6 commented 5 years ago

It seems possible, at this point, that efficiency of neighbor counting could be drastically improved by counting for each neighbor in one step, rather than counting for each neighbor when that cell needs to know how many neighbors it has. This code may need a refactor for efficiency