JavaScript binary trees benchmark ported from the benchmark game as a node.js module.
npm install kenOfYugen/binary-trees-vanilla-node
var binaryTreesJS = require('binary-trees-vanilla-node');
binaryTreesJS.run(10);
JavaScript binary trees benchmark ported from the benchmark game as a node.js module.
npm install kenOfYugen/binary-trees-vanilla-node
var binaryTreesJS = require('binary-trees-vanilla-node');
binaryTreesJS.run(10);