tansly / cellular_automata

Cellular automaton visualization in C++, using ncurses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using ToroidalGrid instead of Grid slows things down

tansly opened this issue · comments

I measured at least a 3x speedup in game of life if a normal grid is used instead of a toroidal one. This probably needs further analysis (profiling may help) to clearly identify the bottleneck.