A small Go program simulating the effect of different scheduling strategies for a ticket system on the leadime of the tickets.
It is intended to show the impact of the scheduling strategy on the leadtime. In order to proove by example
Little's law: leadtime = (work in progres) / throughput.
This is an adopted version of Little's Law for a ticketing system.
For a description see Little's law and the adoption to Kanban Why does limiting WIP matters?