https://github.com/freecx/lang-speed-tester
comparing the speed of the program with the use of various programming languages
https://github.com/freecx/lang-speed-tester
Last synced: about 1 year ago
JSON representation
comparing the speed of the program with the use of various programming languages
- Host: GitHub
- URL: https://github.com/freecx/lang-speed-tester
- Owner: FreeCX
- License: unlicense
- Created: 2015-08-17T11:17:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T17:31:23.000Z (almost 11 years ago)
- Last Synced: 2025-02-05T11:15:10.267Z (over 1 year ago)
- Language: C
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lang-speed-tester
### How to use
Compile available languages
```
$ make gcc g++ clang rust ...
```
Or `all` for compile with `gcc`, `clang`, `rust`, `dmd`, `ldc`, `gdc`, `nim` compilators
```
$ make all
```
Strip debug information
```
$ make strip
```
Run *info* tool and *tests* with `` (ex: 1000)
```
$ ./system-info
$ ./tester 1000
```
And wait results!