Timeline for Optimize Conway's Game of Life
Current License: CC BY-SA 3.0
        4 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 27, 2014 at 10:25 | comment | added | Adam Arold | I've already implemented @Ilmari Karonen`s suggestions which does away with this problem. | |
| Feb 27, 2014 at 2:22 | comment | added | Alexei Kaigorodov | 
        
            
    I mean that in countLiveNeighbors,  if (isLiving){result++;} can be replaced with result+=isLiving, which is faster.
        
     | 
|
| Feb 26, 2014 at 21:14 | comment | added | Adam Arold | 
        
            
    Do you think that a byte[][] will be faster than a boolean[][]?
        
     | 
|
| Feb 25, 2014 at 7:19 | history | answered | Alexei Kaigorodov | CC BY-SA 3.0 |