zed/crates/remote_server
Lukas Wirth 1ce58a88cc
zed: Allocate more rayon threads depending on available parallelism (#43235)
While zed itself is not a heavy user of rayon, wasmtime is, especially
for compilation. This change is similar to the rayon default but we
halve the number of threads still so we don't spawn too many threads
overall.

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2025-11-21 10:33:38 +00:00
..
src zed: Allocate more rayon threads depending on available parallelism (#43235) 2025-11-21 10:33:38 +00:00
build.rs Forbid std::process::Command spawning, replace with smol where appropriate (#38894) 2025-09-26 15:17:36 +00:00
Cargo.toml Support bracket colorization (rainbow brackets) (#43172) 2025-11-20 19:47:39 +00:00
LICENSE-GPL