Skip to content

Commit 29904b2

Browse files
committed
use Rayon as default parallelizer
1 parent 2a22a47 commit 29904b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cellular_raza-core-proc-macro/src/run_sim.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ define_kwargs!(
123123
aspects: SimulationAspects,
124124
@optionals
125125
core_path: syn::Path | crate::kwargs::convert_core_path(None),
126-
parallelizer: Parallelizer | Parallelizer::OsThreads,
126+
parallelizer: Parallelizer | Parallelizer::Rayon,
127127
determinism: bool | true,
128128
aux_storage_name: syn::Ident | crate::aux_storage::default_aux_storage_name(),
129129
zero_force_default: syn::ExprClosure | crate::aux_storage::zero_force_default(),

0 commit comments

Comments
 (0)