C++ binary trees benchmark ported from the benchmark game as a node.js addon.
npm install kenOfYugen/binary-trees-native-cpp
Tested on Arch Linux.
If it doesn't compile on your system, make sure that the dependencies specified in binding.gyp
are met, and try again.
var binaryTreesCPP = require('binary-trees-native-cpp');
binaryTreesCPP.run(10);