What enters into the decision between using str concatenation versus something like format? Are there performance trade-offs?
certainly if the set of strs is variable, then you should use str
I don't actually know off-hand what the perf difference is, so you should test it!
I stumbled across this earlier, which seems relevant: https://github.com/clj-kondo/clj-kondo/pull/2853#discussion_r3331177851