Small optimization
Performance gain is < 2% Bug: 6394357 Change-Id: I2b7da946788cf11d1a491efd20fb2bd2333c23d1
This commit is contained in:
parent
4df5b43df8
commit
76319c6931
1 changed files with 1 additions and 1 deletions
|
@ -1053,7 +1053,7 @@ public class BinaryDictInputOutput {
|
||||||
dataEndOffset = writePlacedNode(dict, buffer, n);
|
dataEndOffset = writePlacedNode(dict, buffer, n);
|
||||||
}
|
}
|
||||||
|
|
||||||
showStatistics(flatNodes);
|
if (DBG) showStatistics(flatNodes);
|
||||||
|
|
||||||
destination.write(buffer, 0, dataEndOffset);
|
destination.write(buffer, 0, dataEndOffset);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue