Draft program for the Rust class of semester 2. The goal was to write a search engine for images.
Go to file
Sven Vogel 125a3964a7 complete rewrite of `multithreading::ThreadPool` removing:
- The limitation of Atomics
- Multiple Mutexes
And added message passing
2023-06-04 22:31:00 +02:00
.github/workflows Initial commit 2023-05-17 09:15:28 +02:00
benches complete rewrite of `multithreading::ThreadPool` removing: 2023-06-04 22:31:00 +02:00
src complete rewrite of `multithreading::ThreadPool` removing: 2023-06-04 22:31:00 +02:00
.gitignore added benchmark for `threadpool` 2023-05-31 09:00:49 +02:00
Cargo.toml added benchmark for `threadpool` 2023-05-31 09:00:49 +02:00
Programmentwurf.md Update Programmentwurf.md 2023-05-19 09:01:37 +02:00
README.md Initial commit 2023-05-17 09:15:28 +02:00

README.md

Programmentwurf

Die Beschreibung der Aufgabenstellung ist unter Programmentwurf.md zu finden. Diese Readme.md ist durch etwas Sinnvolles zu ersetzen.