Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/parallel

Package ``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.