fizzgolf
fizzgolf copied to clipboard
This repo contains the submissions to the high-throughput fizzbuzz code golf stack exchange thread and some code to build/run and plot their results
Results
1
fizzgolf issues
Sort by
recently updated
recently updated
newest added
The previous config piped all fizzbuzz output from the container to the host. This is inherently slow, but as docker logs all stdout by default it's glacial. Instead, run pv...