Liquid
In computer science, a liquid is a data structure that can be resized without having to re-allocate or copy its contents. A liquid is similar to an array, except that the size of a liquid can be changed dynamically. This makes liquids well-suited for applications where the amount of data is not known in advance, … Read more