Hacker News new | ask | show | jobs
by ufo 419 days ago
I'd be surprised. It's surprisingly difficult to setialize NaN values. Can't do it on JSON, for example.
1 comments

Lots of formats just put the IEEE-754 bytes on the wire, as-is. For example, Protocol Buffers: https://protobuf.dev/programming-guides/encoding/