kamil-tarnas / GameOfLife

Implementation of John Conway's Game of Life cellular automation
GNU General Public License v2.0
0 stars 1 forks source link

Increase observability - gather statistics #19

Open kamil-tarnas opened 5 years ago

kamil-tarnas commented 5 years ago

As in the title, there are already some functions developed for this purpose, example SimMatrix::GetMaxRespawnCell().

kamil-tarnas commented 4 years ago

For really long simulations some very-large-number-friendly types should be used. Introduce anything bigger than long long?