Fielder is much more expensive than it should be; this only turned up from profiling a real output, not a dummy output, since Fielder does not get invoked except on real output.
Short description of the changes
Move regexp.MustCompile out of the hot path
Eliminate getGoroutineId since it requires gathering a full traceback which is very slow.
Which problem is this PR solving?
Short description of the changes