https://github.com/akyoto/language-benchmarks
:bar_chart: Benchmarking programming language compilers.
https://github.com/akyoto/language-benchmarks
Last synced: over 1 year ago
JSON representation
:bar_chart: Benchmarking programming language compilers.
- Host: GitHub
- URL: https://github.com/akyoto/language-benchmarks
- Owner: akyoto
- Created: 2012-06-20T14:09:48.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T05:28:18.000Z (over 6 years ago)
- Last Synced: 2025-04-12T21:59:50.826Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# language-benchmarks
Benchmarking programming language compilers.
```text
asm/fibonacci
real 0m0.072s
user 0m0.072s
sys 0m0.000s
asm/fibonacci-2
real 0m0.024s
user 0m0.023s
sys 0m0.000s
c/fibonacci
real 0m0.024s
user 0m0.024s
sys 0m0.000s
go/fibonacci
real 0m0.032s
user 0m0.032s
sys 0m0.000s
java/fibonacci
real 0m0.075s
user 0m0.087s
sys 0m0.007s
js/fibonacci
real 0m0.374s
user 0m0.388s
sys 0m0.039s
q/fibonacci
real 0m0.047s
user 0m0.047s
sys 0m0.000s
rust/fibonacci
real 0m0.024s
user 0m0.024s
sys 0m0.000s
```