General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
p11
ThePrimeTime
comments
Comments by "p11" (@porky1118) on "" video.
1:30 It's obvious that using JSON to communicate between machines is a stupid idea. Just send a binary representation of it at least. One byte (or int) for the element count, and then the elements. And if you want to be able to parse while the data arrives, first send the metadata of the parent struct before senditng the actual data. You don't have to be a genious to get to this point. Converting things to some basic binary representation should be basic knowledge.
1