eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
231 stars 72 forks source link

refactory string concat for StringBuilder in NoSQLPage.java #495

Open RuanNunes opened 7 months ago

RuanNunes commented 7 months ago

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.

genie-jnosql commented 7 months ago

Can one of the admins verify this patch?

hantsy commented 4 months ago

which can improve performance.

Using Java 8+ it is almost the same performance.

otaviojava commented 3 months ago

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.