Sven Vogel
|
7a6dc389b9
|
finished documetation for thread pool
|
2023-06-06 17:56:34 +02:00 |
Sven Vogel
|
9be7bc18c7
|
fixed imports
|
2023-06-04 23:11:36 +02:00 |
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 |
Sven Vogel
|
e16a38aeef
|
finished benchmark for threadpool
and fixed documentation for threadpool
|
2023-05-31 17:09:44 +02:00 |
Sven Vogel
|
c732864a74
|
added benchmark for `threadpool`
using `criterion`.
|
2023-05-31 09:00:49 +02:00 |