gfx-rs / wgpu

A cross-platform, safe, pure-Rust graphics API.
https://wgpu.rs
Apache License 2.0
12.58k stars 921 forks source link

Improve the speed of checking for reserved keywords #4401

Open teoxoy opened 1 year ago

teoxoy commented 1 year ago

We can use aho-corasick / daachorse to achieve this.

from https://github.com/gfx-rs/naga/pull/2075#issuecomment-1320822794 cc @SparkyPotato

SparkyPotato commented 1 year ago

Will work on this after gfx-rs/naga#2075 is merged.