|
|
|
|
|
by BrandonM
6512 days ago
|
|
So the fact that 96% of the characters you are sending are markup is not a downside? S-expressions solved this problem a long time ago. (a b c) is only 57% markup. I don't think you can get much more succinct than that and still express the idea of a list. |
|
If message size is an issue then gzip the data. Or if you have very specific needs for processing speed, look into something like Googles protocol buffers.
You are optimizing at the wrong level if you are concerned about a few extra characters in a human-readable data exchange format.