https://github.com/trizen/language-benchmarks
A simple benchmark system for compiled and interpreted languages.
https://github.com/trizen/language-benchmarks
benchmark benchmarking comparison programming-languages recursion
Last synced: 6 months ago
JSON representation
A simple benchmark system for compiled and interpreted languages.
- Host: GitHub
- URL: https://github.com/trizen/language-benchmarks
- Owner: trizen
- License: gpl-3.0
- Created: 2015-02-14T22:07:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T18:43:10.000Z (over 4 years ago)
- Last Synced: 2025-04-10T00:07:12.075Z (6 months ago)
- Topics: benchmark, benchmarking, comparison, programming-languages, recursion
- Language: Perl
- Homepage:
- Size: 2.14 MB
- Stars: 25
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Performance comparison of programming languages
A simple benchmark system with support for compiled and interpreted languages, generating CSV reports.
### Overview
### Ackermann function (`ack(3,9)`)
### Tak function (`tak(30,22,12)`)
### 35th Fibonacci number (recursive)
### Mutual recursion (`F(130); M(130)`)
### Levenshtein distance (recursive)
### The LCS problem (recursive)
### Coin sums (recursive)
### Man or boy (`mob(12)`)
_The y-axis is measuring the average execution time of a process, in seconds. Lower values are better._