Today I was reminded that not writing output at all is appreciably faster than writing output to /dev/null. Well, at least it is in Go.
(This doesn't normally come up because my little netcat-like program is normally used in situations where I do care about the output. Quick and dirty network bandwidth testing is not one of them.)