second try: just testing with the chunk size and gc tunning

This commit is contained in:
Rafael Merino García
2024-01-12 19:02:31 +01:00
committed by Gunnar Morling
parent 9e5ec51315
commit ab9d64b3e3
2 changed files with 3 additions and 2 deletions

View File

@@ -144,6 +144,7 @@ public class CalculateAverage_imrafaelmerino {
var field = new byte[FIELD_SIZE];
while (bb.position() < limit) {
var fieldCurrentIndex = 0;
field[fieldCurrentIndex++] = bb.get();
while (bb.position() < limit) {
var fieldByte = bb.get();
if (fieldByte == ';')