It seems that Vector was late to the Scala collections party, and all the influential blog posts had already left.

In Java ArrayList is the default collection – I might use LinkedList but only when I’ve thought through an algorithm and care enough to optimise. In Scala should I be using Vector as my default Seq, or trying to work out when List is actually more appropriate?

6 Answers
6

Leave a Reply

Your email address will not be published. Required fields are marked *