Guillaume E
Results
62
issues of
Guillaume E
The [`Condvar::wait_while()`](https://doc.rust-lang.org/std/sync/struct.Condvar.html#method.wait_while) method of the standard library isn't available in loom's [`Condvar` mock](https://docs.rs/loom/latest/loom/sync/struct.Condvar.html).
[Paralight](https://github.com/gendx/paralight) is a lightweight parallelism library tuned for indexed structures such as slices. Given that the internal representation of hashbrown's hash tables is a slice of buckets (that each optionally...