An open API service indexing awesome lists of open source software.

https://github.com/ctsiaousis/parallelworkers

Simple parallelism in golang
https://github.com/ctsiaousis/parallelworkers

go-channel golang parallel-computing

Last synced: 14 days ago
JSON representation

Simple parallelism in golang

Awesome Lists containing this project

README

          

# 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
```