Hacker News new | ask | show | jobs
by eru 6033 days ago
Is the second version slower because the string won't get intern-ed?
1 comments

Yeah, and the string must be reinterpolated every time (possibly barring some of the more exotic python implementations).