FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

lupomontero/node-cppspeed: Node.js modules speed test: C++ vs JavaScript · GitHub

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js modules speed test: C++ vs JavaScript

Download and build

# 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 build

Run

npm test

You 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)

About

Node.js modules speed test: C++ vs JavaScript

Resources

Stars

16 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL