
2 Feb
2010
2 Feb
'10
1:23 p.m.
2010/2/2 Lyndon Maydwell
I'm avoiding hard-coding bools anywhere as I intend to allow fuzzy-representations at some point.
What is the meaning of fuzzy Game of Life? Where can I read about? Or you're planning to average field over some time interval? In the latter case you still will be faster using Sets, converting them into Maps using singleton, doing some unionsWith and then map with (/timeInterval).