Skip to content

Commit 2feebf2

Browse files
committed
use rayon as default parallelizer
1 parent d03684f commit 2feebf2

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
@@ -178,7 +178,7 @@ define_kwargs!(
178178
aspects: SimulationAspects,
179179
@optionals
180180
core_path: syn::Path | crate::kwargs::convert_core_path(None),
181-
parallelizer: Parallelizer | Parallelizer::OsThreads,
181+
parallelizer: Parallelizer | Parallelizer::Rayon,
182182
determinism: bool | true,
183183
aux_storage_name: syn::Ident | crate::aux_storage::default_aux_storage_name(),
184184
zero_force_default: syn::ExprClosure | crate::aux_storage::zero_force_default(),

0 commit comments

Comments
 (0)