Comment by ufo
10 months ago
I'd be surprised. It's surprisingly difficult to setialize NaN values. Can't do it on JSON, for example.
10 months ago
I'd be surprised. It's surprisingly difficult to setialize NaN values. Can't do it on JSON, for example.
Lots of formats just put the IEEE-754 bytes on the wire, as-is. For example, Protocol Buffers: https://protobuf.dev/programming-guides/encoding/