You show data being represented as code including some being represented as functions. I imagine that in most cases the data will be a binary so would that be just base64 encoded strings with a couple of lines of code wrapped around it? For example in my line of work we deal with large images so would I be representing a 3 gigabyte image as a giant string?
You show data being represented as code including some being represented as functions. I imagine that in most cases the data will be a binary so would that be just base64 encoded strings with a couple of lines of code wrapped around it? For example in my line of work we deal with large images so would I be representing a 3 gigabyte image as a giant string?