|
Ran
|
Files
99
|
Run time
16s
|
Badge
README BADGES
|
push
travis-pro
Bump rayon from 1.4.0 to 1.4.1 (#1450) Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.4.0 to 1.4.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rayon-rs/rayon/blob/master/RELEASES.md">rayon's changelog</a>.</em></p> <blockquote> <h1>Release rayon 1.4.1 (2020-09-29)</h1> <ul> <li>The new <code>flat_map_iter</code> and <code>flatten_iter</code> methods can be used to flatten sequential iterators, which may perform better in cases that don't need the nested parallelism of <code>flat_map</code> and <code>flatten</code>.</li> <li>The new <code>par_drain</code> method is a parallel version of the standard <code>drain</code> for collections, removing items while keeping the original capacity. Collections that implement this through <code>ParallelDrainRange</code> support draining items from arbitrary index ranges, while <code>ParallelDrainFull</code> always drains everything.</li> <li>The new <code>positions</code> method finds all items that match the given predicate and returns their indices in a new iterator.</li> </ul> <h1>Release rayon-core 1.8.1 (2020-09-17)</h1> <ul> <li>Fixed an overflow panic on high-contention workloads, for a counter that was meant to simply wrap. This panic only occurred with debug assertions enabled, and was much more likely on 32-bit targets.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rayon-rs/rayon/commit/5107676d5"><code>5107676</code></a> Merge <a href="https://github-redirect.dependabot.com/rayon-rs/rayon/issues/583">#583</a></li> <li><a href="https://github.com/rayon-rs/rayon/commit/c90e1bac6"><code>c90e1ba</code></a> Release rayon 1.0.2 / rayon-core 1.4.1</li> <li><a href="https://github.com/rayon-rs/rayon/commit/1eea820c2"><code>1eea820</code></a> Update rayon-demo dependencies</li> <li><a href="https://github.c... (continued)
13042 of 53727 branches covered (24.27%)
Branch coverage included in aggregate %.
3443 of 5392 relevant lines covered (63.85%)
43892.04 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|