jnosql icon indicating copy to clipboard operation
jnosql copied to clipboard

refactory string concat for StringBuilder in NoSQLPage.java

Open RuanNunes opened this issue 1 year ago • 3 comments

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.

RuanNunes avatar Apr 01 '24 20:04 RuanNunes

Can one of the admins verify this patch?

genie-jnosql avatar Apr 01 '24 20:04 genie-jnosql

which can improve performance.

Using Java 8+ it is almost the same performance.

hantsy avatar Jul 14 '24 11:07 hantsy

Hey @RuanNunes sorry by the delay:

  1. Please update the Eclipse ECA, thus allowing us to move it forward.
  2. with the newest version and the compilation improvements, it does not impact much on Java 11 and higher.

otaviojava avatar Jul 20 '24 17:07 otaviojava