Commit Graph

6 Commits

Author SHA1 Message Date
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
Behrang Shafei e24028ffc6
Update Programmentwurf.md 2023-05-19 09:01:37 +02:00
Behrang Shafei 52b1a6bce1
Update Programmentwurf.md 2023-05-19 08:58:38 +02:00
Behrang Shafei 0a1de19fa3
Update Programmentwurf.md 2023-05-19 08:58:22 +02:00
Sven Vogel e275e35624 added authors to cargo.toml 2023-05-17 09:45:51 +02:00
Behrang Shafei e60c50e350
Initial commit 2023-05-17 09:15:28 +02:00