An open API service indexing awesome lists of open source software.

https://github.com/styopdev/prime-average-c-javascript

This repository contains two modules on c++ and javascript for prime numbers average calculation, devoted to compare performance.
https://github.com/styopdev/prime-average-c-javascript

Last synced: about 1 month ago
JSON representation

This repository contains two modules on c++ and javascript for prime numbers average calculation, devoted to compare performance.

Awesome Lists containing this project

README

          

# Average of prime numbers on C++ and Javascript
This repository contains two modules on C++ and javascript for average of prime numbers calculation, devoted to compare performance and provide example of C++ addon for node.js.

1. Build C++ sources ```node-gyp configure build```

2. Run test ```node app.js```

3. Open console and compare execution times.