|
|
|
|
|
by bccdee
167 days ago
|
|
> For the negligible added CPU cost of deserialization, you completely lose human readability. You could turn that around & say that, for the negligible human cost of using a tool to read the messages, your entire system becomes slower. After all, as soon as you gzip your JSON, it ceases to be human-readable. Now you have to un-gzip it first. Piping a message through a command to read it is not actually such a big deal. |
|