life10-benchmarks
life10-benchmarks copied to clipboard
Update life.js
add comments and const
Node.js v0.10 is from is from 2013-2016. it's no longer supported. the latest is 12.9. they release new ones twice a year.
https://en.wikipedia.org/wiki/Node.js
const
has been around so long that IE supports it (i was surprised).
i added braces { }
to make the nesting more clear (i almost always use braces)
node v0.10.48 would still use Crankshaft where the latest node will use Ignition and TurboFan. It would interesting to compare perf. I think there is a room for improvement around process.stdout.write