https://github.com/virb3/go-parallel
Go library to help with parallel processing of data
https://github.com/virb3/go-parallel
Last synced: 12 months ago
JSON representation
Go library to help with parallel processing of data
- Host: GitHub
- URL: https://github.com/virb3/go-parallel
- Owner: ViRb3
- Created: 2021-01-30T02:51:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T16:09:41.000Z (over 1 year ago)
- Last Synced: 2025-04-23T00:31:53.495Z (about 1 year ago)
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-parallel
> Go library to help with parallel processing of data
## Modules
### [throttler.go](./throttler/throttler.go)
Parallel execution of any task, used by most other modules in this library.
### [downloader.go](./downloader/downloader.go)
Parallel downloading of files.