▲ | dgan 3 days ago | |||||||||||||
maybe if performance is really an issue, protobufs shouldn't be used ? there is also flatbuffers, capnp and purely C++ serializers: zpp, yas... but protobufs are definitely convenient ! | ||||||||||||||
▲ | 9rx 2 days ago | parent | next [-] | |||||||||||||
If execution performance is really that much of an issue you're not going to choose Go anyway, rendering this project moot. What is a real issue is marketing performance. As it turns out, everyone loves a story about something going fast. So it pays to create these kinds of optimizations for the sake of the story, used to sell the product to the developer who makes choices based on what they think feels good. | ||||||||||||||
▲ | philwelch 3 days ago | parent | prev [-] | |||||||||||||
If performance isn’t an issue, why not JSON? | ||||||||||||||
|