Skip to content

MI-AFP/fibonacci-performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fibonacci-performance

Example project for benchmarking performance of various Fibonacci numbers implementations

Usage

% stack build
% stack exec fib -- <benchmark> <strategy> <n>

Benchmarks

  • None = no benchmark in Haskell, can be used with time util
  • WithCriterion = using criterion (default settings)
  • WithWeight = using weight (default settings)

Strategies

  • Naive = intentionally stupid recursion

About

Working with performance on Fibonacci numbers example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published