tmikov / simple-life

A straight forward implementation of the game of Life co-written with a student

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Life

A quick lesson, cooperatively written with a student, about a trivial implementation of Conway's Game Of Life in different languages.

Informal testing on my MacBook Pro (16-inch, 2019) in "benchmark mode" with 50,000 iteratations, revealed the following fairly surprising times:

  • life-js: 1.850 s
  • life-rust: 0.524 s
  • life-c++: 0.359 s

About

A straight forward implementation of the game of Life co-written with a student

License:The Unlicense


Languages

Language:Rust 36.0%Language:C++ 35.2%Language:JavaScript 27.7%Language:CMake 1.1%