Skip to content

Conversation

RuanNunes
Copy link
Contributor

@RuanNunes RuanNunes commented Apr 1, 2024

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
Copy link
Collaborator

Can one of the admins verify this patch?

@RuanNunes RuanNunes changed the title fix string concat for StringBuilder in NoSQLPage.java refactory string concat for StringBuilder in NoSQLPage.java Apr 2, 2024
@hantsy
Copy link

hantsy commented Jul 14, 2024

which can improve performance.

Using Java 8+ it is almost the same performance.

@otaviojava
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants