I recently read a blog in which much attention was paid to storing the array (in particular, in Go), but I realized that, by definition, the data in the array is stored contiguously. At least thatβs all that my algorithms and data structures study, made me believe.
So my question is, is massive data stored in all programming languages? And, in particular, I want to talk about primitives such as integers (or in the case of Java, where can I have an array of objects, references to objects stored in memory in memory? I know that the objects themselves can be anywhere) .
source share