It is possible for BTC and other projects using (HTTP or TCP) to swap their data transport protocol out for a specifically tailored version of UDSP. It will drastically speed up network related communications and in-turn speed up the network as a whole.
Further more operations on the data itself could also be quicker in some cases that would require JSON and base64ed data. As our latest packet design doesn’t require that binary data be converted to base64 while also being inside objects.
It could also speed up data bases that rely on HTTP and JSON or BSON like MongoDB. Our packet design is meant to be space efficient while still meeting modern development needs for structured data.
A good amount of compute time/space is saved for those that required binary data but had to convert it to base64. Our packet design avoids having to convert to base64 etc to/from just to include binary data in a structured object.
Once decoded you have access to that binary data via a buffer. All the while your other data such as arrays, strings, and integers are accessible without having to also be displayed as a buffer. Complex types are easily digested without having to do any manual work or conversions
Share this Scrolly Tale with your friends.
A Scrolly Tale is a new way to read Twitter threads with a more visually immersive experience.
Discover more beautiful Scrolly Tales like this.
