-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
Apparently simple string concatenation is faster than StringBuilder.append(). Also, we have occurrences of StringBuilder.append() that's not guarded by a log.isTraceEnabled() (e.g. in NAKACK2.overwriteDigest()): remove that.