Skip to content

Commit 4e9935d

Browse files
committed
Update deps
1 parent d9668de commit 4e9935d

File tree

3 files changed

+30
-93
lines changed

3 files changed

+30
-93
lines changed

Cargo.lock

Lines changed: 27 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

splashsurf_lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ num = "0.3"
3030
anyhow = "1.0"
3131
thiserror = "1.0"
3232
coarse-prof = { version = "0.2", optional = true }
33-
itertools = "0.9"
33+
itertools = "0.10"
3434
rayon = "1.5"
35-
dashmap = "3.11"
35+
dashmap = "4.0"
3636
fxhash = "0.2"
3737
vtkio = { version = "0.5", optional = true }
3838
thread_local = "1.0"

splashsurf_lib/src/density_map.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ pub fn parallel_generate_sparse_density_map<I: Index, R: Real>(
555555
{
556556
profile!("merge thread local maps to global map");
557557

558+
/// Collect all thread local maps into a single vec
558559
let mut local_density_maps = sparse_densities
559560
.into_iter()
560561
.map(|m| m.into_inner())

0 commit comments

Comments
 (0)