hashids-java
hashids-java copied to clipboard
Using StringBuilder for performance improvements (Reformat).
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.