binary-trees-native-c

C binary trees benchmark ported from the benchmark game as a node.js addon.

Install

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.

Use

var binaryTreesC = require('binary-trees-native-c');

binaryTreesC.run(10);