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.
- Host: GitHub
- URL: https://github.com/styopdev/prime-average-c-javascript
- Owner: styopdev
- License: mit
- Created: 2017-04-08T15:31:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T07:16:24.000Z (about 9 years ago)
- Last Synced: 2025-01-09T13:15:06.426Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.