Fibonacci sequence benchmark comparison between JS, Go, C and Rust.
git clone https://github.com/BrandtNick/fibonacci-sequence-comparison
Just run the shellscript like so:
./run.sh
Running the sequence 50 times generates following result:
Node.js: 194.76 s
Go: 62.07 s
C: 27.54 s
Rust: 38.36 s