pub static RESERVED_KEYWORD_SET: LazyLock<HashSet<&'static str>>
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.