sqli icon indicating copy to clipboard operation
sqli copied to clipboard

StringBuilder performance boost

Open Alvari-Kupari opened this issue 11 months ago • 2 comments

Refactored ParserUtil to use a stringbuilder when concatenating a string within a loop to boost performance. Also added miussing override annotations to align with codestyle conventions

Alvari-Kupari avatar Jan 28 '25 00:01 Alvari-Kupari

Thanks for the pull request! Could you minimize it?

sim-wangyan avatar Jan 28 '25 14:01 sim-wangyan

My apologies, I had an automatic code formatter which made the diff file include unnecessary changes. I've repushed the changes without formatting to include only the key changes.

Alvari-Kupari avatar Feb 04 '25 20:02 Alvari-Kupari