There is a handy page about Performance Characteristics of the Scala collection classes. Does anybody have similar data on memory footprint?
I have a situation where I'm concerned about memory utilization and would like to factor this in my choice of collection to use. For instance between Array[Array[T]] and Vector[Vector[T]].