Fibonnacci O(2^n) implemented in many langauges, with performance comparisons
Find a file
2024-07-24 14:02:49 +02:00
.gitignore Initial commit 2024-07-24 14:02:49 +02:00
fib.c Initial commit 2024-07-24 14:02:49 +02:00
fib.cs Initial commit 2024-07-24 14:02:49 +02:00
fib.go Initial commit 2024-07-24 14:02:49 +02:00
fib.hs Initial commit 2024-07-24 14:02:49 +02:00
fib.java Initial commit 2024-07-24 14:02:49 +02:00
fib.js Initial commit 2024-07-24 14:02:49 +02:00
fib.lua Initial commit 2024-07-24 14:02:49 +02:00
fib.php Initial commit 2024-07-24 14:02:49 +02:00
fib.py Initial commit 2024-07-24 14:02:49 +02:00
fib.rb Initial commit 2024-07-24 14:02:49 +02:00
fib.rs Initial commit 2024-07-24 14:02:49 +02:00
perftest.sh Initial commit 2024-07-24 14:02:49 +02:00
README.md Initial commit 2024-07-24 14:02:49 +02:00

Usage: ./perftest.sh [files...] [-- N [args...]]

Example:

  • all: ./perftest.sh -- 10 40
  • only fib.rs: ./perftest.sh fib.rs -- 10 40