docs.scala-lang icon indicating copy to clipboard operation
docs.scala-lang copied to clipboard

Update the parallel collections guide to the new version

Open julienrf opened this issue 7 years ago • 1 comments

http://docs.scala-lang.org/overviews/parallel-collections/overview.html

We should probably move the parallel collections documentation away from docs.scala-lang.org, like we did with scala/scala-xml.

julienrf avatar Jan 17 '18 09:01 julienrf

the main things I can think of that could/should change would be to

  • add the information that as of 2.13 it's a separate dependency
  • make any needed updates now that parallel collections have their own inheritance hierarchy, instead of being part of the standard collections hierarchy

SethTisue avatar Jul 09 '19 20:07 SethTisue