diff --git a/README.md b/README.md index b627897..fcf78aa 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ Or even better: (This works only if the flag `--write_metadata` has not been set) + +A friend also wrote a mandelbrot set application but in C++. He has a very nice and detailed discussion about various aspects of his software. You can read more about it here: [geomandel](https://github.com/crapp/geomandel) + + Discussion in the Rust user forum: - [current version (v0.4)](https://users.rust-lang.org) @@ -92,9 +96,6 @@ As always take these results with a grain of salt, they just show a general dire If in doubt just do run some benchmarks with different crates for your specific code (which is always a good thing to do). -A friend also wrote a mendelbrot set application but in C++. He has a very nice and detailed discussion about various aspects of his software. You can read more about it here: [geomandel](https://github.com/crapp/geomandel) - - # TODO: - [ ] Check [ArrayFire](https://github.com/arrayfire/arrayfire-rust) - [ ] Check [Collenchyma](https://github.com/autumnai/collenchyma)