Skip to content

dustin/go-saturate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Double-fanout pipeline for saturating all the things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages