samtay / samtay.github.io

Personal website built on Jekyll
https://samtay.github.io
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

posts/comonadic-game-of-life #18

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Sam Tay | Who needs HashLife when you have comonads?

Improving a naive implementation of the Game of Life with an elegant and performant solution.

https://samtay.github.io/posts/comonadic-game-of-life

ulysses4ever commented 2 years ago

Very cool blog post, thank you! In the performance section, I'd add the productivity metric (shown by +RTS -s, for example), as this is how people often spot issues with generating too much garbage.