cbor icon indicating copy to clipboard operation
cbor copied to clipboard

ser: Remove superfluous float.to_bits() calls

Open mrkline opened this issue 5 years ago • 0 comments

float.to_be_bytes() has the same effect as float.to_bits().to_be_bytes()

They're presumably optimized to the same code, but the former's intent is a bit clearer.

mrkline avatar Jul 21 '20 20:07 mrkline