Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76319c69 authored by Jean Chalard's avatar Jean Chalard
Browse files

Small optimization

Performance gain is < 2%

Bug: 6394357
Change-Id: I2b7da946788cf11d1a491efd20fb2bd2333c23d1
parent 4df5b43d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1053,7 +1053,7 @@ public class BinaryDictInputOutput {
            dataEndOffset = writePlacedNode(dict, buffer, n);
        }

        showStatistics(flatNodes);
        if (DBG) showStatistics(flatNodes);

        destination.write(buffer, 0, dataEndOffset);