equal
deleted
inserted
replaced
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 |