Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dyninc/js-number-crunching
Experiment to compare in-browser JS to other interpreters (and then some)
https://github.com/dyninc/js-number-crunching
Last synced: 2 months ago
JSON representation
Experiment to compare in-browser JS to other interpreters (and then some)
- Host: GitHub
- URL: https://github.com/dyninc/js-number-crunching
- Owner: dyninc
- Created: 2012-02-08T14:50:05.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-08T17:33:26.000Z (almost 13 years ago)
- Last Synced: 2024-08-03T18:15:43.054Z (6 months ago)
- Language: C
- Homepage: http://dyn.com/browsers-vs-servers-using-javascript-for-number-crunching-theories/
- Size: 114 KB
- Stars: 7
- Watchers: 17
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- AwesomeInterpreter - js-number-crunching
README
This is suite of tests for checking speed of number crushing in
server-side interpreted programs, server-side compiled programs and
in browser-running JavaScript.Pre-requisites to run all tests:
* Perl 5
* Python 2.7
* Python 3.0
* node.js
* R and Rscript
* Mongo shell (needs server running somewhere)
* Java compiler and runtime
* gcc and standard C libs
* make programTo re-generate data remove dat files from output dir and issue make
command. To generate summary.csv run summary R script. Summary will
pick up any sub-directories and *.dat files in them. Copy-paste
results from browser to appropriate locations to include them into
summary.csv (which eventually will be sorted by "Total Time" column)