kenOfYugen / binary-trees-native-cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binary-trees-native-cpp

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

Install

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.

Use

var binaryTreesCPP = require('binary-trees-native-cpp');

binaryTreesCPP.run(10);

About

License:MIT License


Languages

Language:C++ 85.9%Language:Python 11.3%Language:JavaScript 2.8%