Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 286 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 286 Bytes

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