|
|
|
|
|
by ForHackernews
276 days ago
|
|
The fact that JSON is used so commonly for web stuff seems like an argument against wasting your time optimizing it. Network round trip is almost always going to dominate. If you're pushing data around on disk where the serialization library is your bottleneck, pick a better format. |
|
But in that case your last point still stands: pick a better format