Skip to content

Releases: willi-kappler/mandel-rust

Refactoring

02 Oct 11:31
Compare
Choose a tag to compare
  • refactor the code
  • add new command line option: num_of_runs, to run a calculation multiple times and take the min, max and averagevalues
  • removed kirk, since it does not work with newer versions of crossbeam
  • removed simple_parallel, for the same reason

More crates, more options

29 Jan 23:48
Compare
Choose a tag to compare
  • Three more methods / crates added: Rayon par_iter, Rust scoped pool, Jobsteal
  • Two new command line options: --bench and --no-ppm

Manbelbrot in Rust

24 Jan 20:21
Compare
Choose a tag to compare
  • Added Rayon git
  • Added new flag: --write_meta_data

Manbelbrot in Rust

24 Jan 13:51
Compare
Choose a tag to compare
  • Added support for Rayon
  • Added benchmark, images and some more text to the readme file