https://github.com/gopalrg310/parallel-go
To run a function or process in parallel using a goroutine, i.e., loads and executes all processes in parallel.
https://github.com/gopalrg310/parallel-go
go-routine golang parallel parallel-computing parallelism
Last synced: 3 months ago
JSON representation
To run a function or process in parallel using a goroutine, i.e., loads and executes all processes in parallel.
- Host: GitHub
- URL: https://github.com/gopalrg310/parallel-go
- Owner: gopalrg310
- Created: 2022-06-23T17:00:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T17:04:11.000Z (over 3 years ago)
- Last Synced: 2024-06-21T04:50:00.920Z (over 1 year ago)
- Topics: go-routine, golang, parallel, parallel-computing, parallelism
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parallel-go
This go file is used to run parallel function in go especially where you can run the multiple function without any dependency as well as parallely
do below command to run
`go get github.com/gopalrg310/parallel-go`
`go build`
**To Run the Script
`go run main.go`