Concurrent-Progs

.
├── Justfile
├── README.md
├── RiA-Mandelbrot
│   ├── Auszug.pdf
│   └── ch2-mandelbrot
│       ├── Cargo.lock
│       ├── Cargo.toml
│       └── src
├── ix_parallel
│   ├── Cargo.lock
│   ├── Cargo.toml
│   ├── README.md
│   ├── ix-developer-19-20.pdf
│   └── src
│       └── main.rs
├── mandelbrot
│   ├── Cargo.lock
│   ├── Cargo.toml
│   ├── LICENSE-MIT
│   ├── README.md
│   └── src
│       └── main.rs
├── mandelbrot.pdf
├── mandelbrot.png
├── mandelbrot.txt
├── py_montecarlo
│   ├── Cargo.lock
│   ├── Cargo.toml
│   ├── README-hh.txt
│   ├── README.md
│   ├── benchmark.py
│   ├── pyproject.toml
│   ├── rs_montecarlo.pyi
│   └── src
│       └── lib.rs
└── sleep-sort.rs


10 directories, 27 files


tree v2.1.0 © 1996 - 2022 by Steve Baker and Thomas Moore
HTML output hacked and copyleft © 1998 by Francesc Rocher
JSON output hacked and copyleft © 2014 by Florian Sesser
Charsets / OS/2 support © 2001 by Kyosuke Tokoro