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
- Host: GitHub
- URL: https://github.com/ctsiaousis/parallelworkers
- Owner: ctsiaousis
- Created: 2021-02-15T10:47:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T10:57:12.000Z (almost 5 years ago)
- Last Synced: 2023-08-06T21:11:18.882Z (over 2 years ago)
- Topics: go-channel, golang, parallel-computing
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```