Comment by ufo
2 months ago
I'd be surprised. It's surprisingly difficult to setialize NaN values. Can't do it on JSON, for example.
2 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/