Documentation
¶
Overview ¶
Package main demonstrates why identifying the correct constraint matters in a pipeline, using a restaurant kitchen metaphor.
Four scenarios process 200 orders through Prep → Grill → Plate, where the Grill is 10× slower. The demo shows queue depths at each station and how WIP control at the constraint eliminates queue buildup without affecting throughput.
Run:
go run ./examples/drum-demo/
Click to show internal directories.
Click to hide internal directories.