| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
# Install node-gyp globally if not installed yet
npm install -g node-gyp
# Clone, build and test
git clone git://github.com/lupomontero/node-cppspeed.git
cd node-cppspeed
node-gyp configure buildnpm testYou should see output like below:
foo 1 run in 100ms foo 2 run in 59ms cppfoo run in 5ms c++ was 20.0 times faster (fooTime1) c++ was 11.8 times faster (fooTime2)
| Back | FazBrowse Home | New Git URL |