Optimizing Conway’s ‘Game of Life’
I am going to quote my answer from the other question, because the chapters I mention have some very interesting and fine-tuned solutions. Some of the implementation details are in c and/or assembly, yes, but for the most part the algorithms can work in any language: Chapters 17 and 18 of Michael Abrash’s Graphics Programmer’s … Read more