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

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

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!