scala2.9

今後は2.8.1だしたあと、2.9になるみたいですね。

http://www.scala-lang.org/node/7285

で、2.9では、parallel collections(並列化コレクション?)が導入されるようです。

supporting the same operations as Scala's sequential collections, but making use of multicores to speed things up.

というのは、
使う側は意識しなくても、2.9のparallel collections使えば、勝手にマルチコアように最適化されてはやくなるってことでいいんですかね?


The first version of parallel collections is already in the nightly builds, so you can experiment with them today.

で、もう実際に試すこと出来るよみたいなことですね。

ひまがあったら、parallel collectionsのソースコード見てみようかな(`・ω・´)