Open RuanNunes opened 7 months ago
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: 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.
This pull request includes a change to the
toString()
method in theNoSQLPage.java
file. The change replaces the previous string concatenation method with aStringBuilder
to build the string, which can improve performance.