You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run something like CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph -o my_flamegraph.svg -- --sequential --runs 1 --cells 100000 --years 30 test and see.
The idea is if it takes time to clone stuff around, we could have for the genotypes
run something like
CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph -o my_flamegraph.svg -- --sequential --runs 1 --cells 100000 --years 30 test
and see.The idea is if it takes time to clone stuff around, we could have for the genotypes
hsc/src/neutral.rs
Line 73 in 6d08a5b
a
Rc::new(RefCell::new(HashSet::new()))
with interior mutability?The text was updated successfully, but these errors were encountered: