A combination of changes to Format and making the compiler handle strings better can
make time.Format 5x faster than it is now. Do that.
The experiment justifying this claim is CL 6249062, although that CL is not intended for
submission. It works around compiler inadequacies instead of addressing them.
benchmark old ns/op new ns/op delta
BenchmarkFormat 2596 507 -80.47%