jnosql
jnosql copied to clipboard
refactory string concat for StringBuilder in NoSQLPage.java
This pull request includes a change to the toString() method in the NoSQLPage.java file. The change replaces the previous string concatenation method with a StringBuilder to build the string, which can improve performance.
Can one of the admins verify this patch?
which can improve performance.
Using Java 8+ it is almost the same performance.
Hey @RuanNunes sorry by the delay:
- Please update the Eclipse ECA, thus allowing us to move it forward.
- with the newest version and the compilation improvements, it does not impact much on Java 11 and higher.