Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 358 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 358 Bytes

Balance

A trivial load balancer that spreads tasks across a pool of workers, also know as a worker pool

Worker Pool

Based on Rob Pike's concurrency is not parallelism, a worker pool, or thread pool, maintains multiple workers waiting for tasks to be allocated for concurrent execution by the balancer

Benchmarking tests

run go test -bench=.