Cargo Features
[dependencies]
swc_parallel = { version = "1.3.0", default-features = false, features = ["parallel", "rayon", "chili", "concurrent", "indexmap"] }
- default = chili
-
The
chili
feature is set by default wheneverswc_parallel
is added without
somewhere in the dependency tree.default-features = false - parallel chili concurrent? rayon?
-
Make it really parallel
- rayon = parallel
-
Use rayon for parallel execution
Enables rayon
- chili default = parallel
-
Use chili for parallel execution
Enables chili =0.2.0
Affects
swc_parallel::Scope
… - concurrent = parallel
-
Alias for parallel, just for CI. Do not use it if you are not working on SWC.
- indexmap
-
Enables indexmap