Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 407 Bytes

File metadata and controls

26 lines (19 loc) · 407 Bytes

Fibonacci sequence benchmark

Fibonacci sequence benchmark comparison between JS, Go, C and Rust.

Installation

  git clone https://github.com/BrandtNick/fibonacci-sequence-comparison 

Usage

Just run the shellscript like so:

  ./run.sh

Result

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