# HG changeset patch # User Christian Urban # Date 1762772984 0 # Node ID 4e0f0309c2cabac652ad8107bcd38d42003f50aa # Parent f7c84bfa3cee551b24f6418f00eb82ba8b5f3655 added diff -r f7c84bfa3cee -r 4e0f0309c2ca progs/mandelbrot.sc --- a/progs/mandelbrot.sc Mon Nov 10 11:04:33 2025 +0000 +++ b/progs/mandelbrot.sc Mon Nov 10 11:09:44 2025 +0000 @@ -9,15 +9,18 @@ // // Or inside the REPL with // -// scala --extra-jars scala-parallel-collections_3-1.0.4.jar +// scala --extra-jars scala-parallel-collections_3-1.2.0.jar // + + + // !! UPDATE ON TIMING: On my faster Mac-M1 machine // !! the times for the first example are ca. 4 secs for // !! the sequential version and around 0.7 secs for the // !! par-version. // for parallel collections -//> using dep org.scala-lang.modules::scala-parallel-collections:1.0.4 +//> using dep org.scala-lang.modules::scala-parallel-collections:1.2.0 import scala.collection.parallel.CollectionConverters.* // for graphics diff -r f7c84bfa3cee -r 4e0f0309c2ca progs/scala-parallel-collections_3-1.2.0.jar Binary file progs/scala-parallel-collections_3-1.2.0.jar has changed