C binary trees benchmark ported from the benchmark game as a node.js addon.
npm install kenOfYugen/binary-trees-native-c
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 binaryTreesC = require('binary-trees-native-c');
binaryTreesC.run(10);