second try: just testing with the chunk size and gc tunning
This commit is contained in:
committed by
Gunnar Morling
parent
9e5ec51315
commit
ab9d64b3e3
@@ -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 == ';')
|
||||
|
Reference in New Issue
Block a user