Constant style::global_style_data::STYLO_MAX_THREADS
source ยท pub(crate) const STYLO_MAX_THREADS: usize = 6;
Expand description
The performance benefit of additional threads seems to level off at around six, so we cap it there on many-core machines (see bug 1431285 comment 14).