This website requires JavaScript.
Explore
Help
Sign In
DHBW
/
pr-ferrisgroup
mirror of
https://github.com/programmieren-mit-rust/pr-ferrisgroup.git
Watch
1
Star
0
Fork
You've already forked pr-ferrisgroup
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7874f5fc0d
pr-ferrisgroup
/
.gitignore
5 lines
44 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-05-17 07:15:28 +00:00
/target
/Cargo.lock
.DS_Store
fixed format in "multithreading" and "lib"
2023-06-06 18:13:07 +00:00
.idea
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 18:45:07 +00:00
/.vscode