Static RESERVED_SET

Source
pub static RESERVED_SET: RacyLock<KeywordSet>
Expand description

The above set of reserved keywords, turned into a cached HashSet. This saves significant time during Namer::reset.

See https://github.com/gfx-rs/wgpu/pull/7338 for benchmarks.