Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dustin/go-saturate

Double-fanout pipeline for saturating all the things.
https://github.com/dustin/go-saturate

Last synced: about 2 months ago
JSON representation

Double-fanout pipeline for saturating all the things.

Awesome Lists containing this project

README

        

# Saturate - to utilize all the resources

Saturate performs a multi-tier fanout of tasks to workers with an
indirection to separate the control between global concurrency and
per-worker type concurrency.

For example, given a collection of objects that can be retrieved from
any one of several servers, you can ensure that retrieval stays busy
by avoiding busier workers in favor of available workers.