Commit Graph

4 Commits

Author SHA1 Message Date
Sven Vogel 5fb4da0cad added benchmark for indexing
made feature functions public
2023-06-18 11:46:44 +02:00
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
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