projectsyn / reclass-rs

Reimplementation of https://github.com/kapicorp/reclass in Rust with Python bindings through PyO3.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Update Rust crate rayon to 1.10.0 #121

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rayon dependencies minor 1.9.0 -> 1.10.0

Release Notes

rayon-rs/rayon (rayon) ### [`v1.10.0`](https://togithub.com/rayon-rs/rayon/blob/HEAD/RELEASES.md#Release-rayon-1100-2024-03-23) - The new methods `ParallelSlice::par_chunk_by` and `ParallelSliceMut::par_chunk_by_mut` work like the slice methods `chunk_by` and `chunk_by_mut` added in Rust 1.77.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 5 months ago

Benchmark for 3b95760

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | Reclass::inventory() multi-threaded | 1637.7±55.77µs | 1656.8±123.30µs | +1.17% | | Reclass::inventory() single-threaded | 3.6±0.05ms | 3.6±0.07ms | 0.00% |
github-actions[bot] commented 5 months ago

Benchmark for 5dbd55c

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | Reclass::inventory() multi-threaded | 1636.6±112.32µs | 1625.2±84.15µs | -0.70% | | Reclass::inventory() single-threaded | 3.6±0.03ms | 3.6±0.07ms | 0.00% |
github-actions[bot] commented 5 months ago

Benchmark for 36f8c7d

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | Reclass::inventory() multi-threaded | 1622.7±103.79µs | 1600.7±67.80µs | -1.36% | | Reclass::inventory() single-threaded | **3.5±0.04ms** | 3.6±0.07ms | **+2.86%** |