Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 194 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 194 Bytes

Parallelism in go

This is a simple project that illustrates the speedup of parallelising a dummy recursive function (fibo) with a high big-O notation.

TLDR;

run:

go run main.go