life10-benchmarks icon indicating copy to clipboard operation
life10-benchmarks copied to clipboard

Update life.js

Open gabrielsroka opened this issue 5 years ago • 2 comments

add comments and const

gabrielsroka avatar Aug 31 '19 18:08 gabrielsroka

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)

gabrielsroka avatar Sep 01 '19 15:09 gabrielsroka

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

chyzwar avatar Jun 19 '20 20:06 chyzwar