Skip to content

Full reformat performances

Latest
Compare
Choose a tag to compare
@360matt 360matt released this 08 Jul 17:25
8e703b5
  • Removed RowBuilder (use Map<String, Object> instead)
  • removed all StringJoiner (used StringBuilder now)
  • less instanciation of StringBuilder (used unique instance for entire method)
  • more field count checker

Java 8+