Hacker News new | ask | show | jobs
by ImJasonH 670 days ago
It might be noticeable at extreme levels, which I've never come anywhere to noticing.

I tend to only use `log := clog.FromContext(ctx)` once at the top of a method, and not `clog.InfoContext(ctx, "...")`, but that's mostly for style reasons and not performance.

1 comments

Who’s up for a micro-benchmark? Jk, will definitely consider it