fix(deps): update rust crate rayon to 1.6.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
rayon | dependencies | patch |
1.6.0 -> 1.6.1
|
Release Notes
rayon-rs/rayon
v1.6.1
- Simplified
par_bridge
to only pull one item at a time from the iterator, without batching. Threads that are waiting for iterator items will now block appropriately rather than spinning CPU. (Thanks @njaard!) - Added protection against recursion in
par_bridge
, so iterators that also invoke rayon will not cause mutex recursion deadlocks.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.