another performance hack

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5731 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 16 years ago
parent ebe5d69d14
commit 0926310461

@ -232,7 +232,7 @@ public final class Row {
public Entry() {
rowinstance = new byte[objectsize];
for (int i = 0; i < objectsize; i++) this.rowinstance[i] = 0;
//for (int i = 0; i < objectsize; i++) this.rowinstance[i] = 0;
offset = 0;
}

Loading…
Cancel
Save