philchapdelaine / game-of-life

Haskell implementation of Conway's Game of Life
GNU General Public License v3.0
0 stars 1 forks source link

Memoization of previously calculated boards #6

Closed emilyyjia closed 3 years ago

emilyyjia commented 3 years ago

Depending on how we call the function to be defined in https://github.com/philchapdelaine/cpsc312_p1/issues/5 from the frontend, we may have to make use of memoization

emilyyjia commented 3 years ago

Surprisingly efficient implementation without memoization