progs/mandelbrot.scala
changeset 467 1b879b3e704e
parent 461 eda26fa6d3ec
child 468 c71ae4477e55
equal deleted inserted replaced
466:65ba96049f5e 467:1b879b3e704e
     1 // Mandelbrot pictures
     1 // Mandelbrot pictures
     2 //=====================
     2 //=====================
     3 //
     3 //
     4 //   see https://en.wikipedia.org/wiki/Mandelbrot_set
     4 //   see https://en.wikipedia.org/wiki/Mandelbrot_set
     5 // 
     5 // 
     6 // under scala 3.2.2 needs to be called with
     6 // needs to be called with
     7 // 
     7 // 
     8 // scala -cp scala-parallel-collections_3-1.0.4.jar
     8 // scala -cp scala-parallel-collections_3-1.0.4.jar
     9 //
     9 //
    10 // !! UPDATE: On my faster Mac-M1 machine the times
    10 // !! UPDATE: On my faster Mac-M1 machine the times
    11 // !! are ca. 4 secs for the sequential version and
    11 // !! are ca. 4 secs for the sequential version and