Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eraclitux/parallel
Go package that simplifies parallel execution of tasks.
https://github.com/eraclitux/parallel
golang-package parallel-processing
Last synced: about 8 hours ago
JSON representation
Go package that simplifies parallel execution of tasks.
- Host: GitHub
- URL: https://github.com/eraclitux/parallel
- Owner: eraclitux
- License: mit
- Created: 2015-06-02T13:16:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T17:52:34.000Z (almost 7 years ago)
- Last Synced: 2024-06-19T13:46:46.116Z (5 months ago)
- Topics: golang-package, parallel-processing
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
========
parallel
========|image0|_ |image1|_
.. |image0| image:: https://godoc.org/github.com/eraclitux/parallel?status.svg
.. _image0: https://godoc.org/github.com/eraclitux/parallel.. |image1| image:: https://travis-ci.org/eraclitux/parallel.svg?branch=master
.. _image1: https://travis-ci.org/eraclitux/parallelPackage ``parallel`` tries to simplify use of parallel (as not concurrent) workers that run on their own core.
Number of workers is adjusted at runtime in base of numbers of cores.
This paradigm is particularly useful in presence of heavy, independent tasks.