Skip to content

BrandtNick/fibonacci-sequence-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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