/parallel

Go package that simplifies parallel execution of tasks.

Primary LanguageGoMIT LicenseMIT

parallel

image0 image1

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.