Skip to content

P-p-H-d/fib-thread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fib-thread

Different implementation of the Fibonacci algorithm using parallelism

This is used to benchmark the quality of the parallelism tools in case of recursive parallelism algorithm:

Result of the benchmarks:

  1. Naive / M*LIB's Worker: 1.11s
  2. CILK+: 6.33s
  3. OPENMP: 9.82s

About

Different implementation of the Fibonacci algorithm using parallelism

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published