Closed Dekkonot closed 4 years ago
Any calls to writeBit that we can avoid should be avoided -- writeSigned(32, 1) currently makes the internal call to writeUnsigned non-aligned, which is a performance concern at scale. The same concern applies to writeFloat.
This change doesn't make any sense.
Any calls to writeBit that we can avoid should be avoided -- writeSigned(32, 1) currently makes the internal call to writeUnsigned non-aligned, which is a performance concern at scale. The same concern applies to writeFloat.