Draft program for the Rust class of semester 2. The goal was to write a search engine for images.
Go to file
teridax 10266dd1bc
Multithreading (#12)
* added multithreading crate with thread pool

* added crate mutlithreading

* replaced `threads` memeber from `Threadpool`
mutex with atomic primitive

* fixed doctest for threadpool

* added module documentation to multithreading

* added functionality to drop thread handles
automatically when threads have finished

* reformatted crate `multithreading` to pass tests

* added benchmark for `threadpool`
using `criterion`.

* finished benchmark for threadpool
and fixed documentation for threadpool

* added unit test to `multithreading`
2023-06-01 20:45:07 +02:00
.github/workflows Initial commit 2023-05-17 09:15:28 +02:00
benches Multithreading (#12) 2023-06-01 20:45:07 +02:00
src Multithreading (#12) 2023-06-01 20:45:07 +02:00
.gitignore Multithreading (#12) 2023-06-01 20:45:07 +02:00
Cargo.toml Multithreading (#12) 2023-06-01 20:45:07 +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.