progs/mandelbrot.scala
changeset 470 86a456f8cb92
parent 464 73ced118f73d
child 471 135bf034ac30
equal deleted inserted replaced
469:48de09728447 470:86a456f8cb92
     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