Why are so few things @specialized in Scala’s standard library?
Specialization has a high cost on the size of classes, so it must be added with careful consideration. In the particular case of collections, I imagine the impact will be huge. Still, it is an on-going effort — Scala library has barely started to be specialized.