Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. [00:17] <Longor> I think the points was that there can be objects with completely unknown data layouts, and these might have to be sent across the network or stored somewere.
  2. [00:17] <Longor> 'unknown data layouts' = A script creating objects of some kind.
  3. [00:18] <Longor> The script might want to save these objects somewere, and do that in a compact (binary) fashion.
  4. [00:18] <Longor> binary because the script might want to store several thousand objects of all kinds.
  5. [00:19] <Longor> 'of all kinds' again being 'unknown data layout'.
  6. [00:19] <Longor> You could go and use JSON, but that's a waste of memory and potentially slow with lots of data.
  7. [00:20] <Longor> Scrap potentially; It IS slow to parse in comparison to a binary format.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement