#thread-pool #scoped #password #hasher #nightly #features #testing

nightly scoped-threadpool-std

A simple scoped threadpool implementation and related tests including a password hasher

2 releases

0.1.1 Apr 4, 2022
0.1.0 Apr 4, 2022

#591 in Concurrency

MIT license

1MB
9K SLoC

This provides a scoped threadpool utilizing the nightly feature https://github.com/rust-lang/rust/issues/93203

Test cases are provided including a sha512 password hasher to deduce passwords from the provided dataset.

Documentation isnt up to snuff yet, and a lot of the old code needs to be cleaned out.

No runtime deps