Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LSP Optimization: Add par_iters to the
traverse::typed_tree
module (#…
…5487) ## Description Use `rayon` par_iters in the `traverse::typed_tree` module. We are already doing this in `traverse::parsed_tree`, this just brings this over to the typed_tree module as well. Branched off #5473. <s>Will want to merge that first then will take this out of draft.</s> Collecting typed tokens on the benchmark project goes from `120.508917ms` → `14.853125ms` related to #5445
- Loading branch information