Open main menu

CDOT Wiki β

Changes

DPS921 Team Optimize

201 bytes added, 22:47, 28 November 2016
Serial Implementation
The following diagram shows the serial implementation of The Game of Life, running in a 500x500 matrix. Every generation indicates a generation along with the number of live cells. Generation 1 has been hard coded with a fixed amount of live cells to initiate the process and then the rule class determines the number of live cells in coming generations.
[[File:serial_500x500.png|600px|thumb|none|alt| Serial 500x500 ]]
 
=== Cilk Plus Implementation ===
==== Results ====
A 500 x 500 matrix world, generates a new generation in every 1200ms, which half the time taken when compared to the serial version
[[File:cilk_plus.png|600px|thumb|none|alt| cilk_plus result 500x500]]
91
edits