hashids-java icon indicating copy to clipboard operation
hashids-java copied to clipboard

Using StringBuilder for performance improvements (Reformat).

Open lukechen116 opened this issue 2 years ago • 0 comments

In loops and recursion, using StringBuilder instead of String to reduce the creation and destruction of String objects can improve performance. And I followed the source file format.

lukechen116 avatar Oct 20 '23 03:10 lukechen116