perf(cfg, codegen, linter, syntax): use NonMaxU32 from oxc_data_structures#9886
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Performance ReportMerging #9886 will create unknown performance changesComparing Summary
Benchmarks breakdown
|
fccfa3f to
5158b40
Compare
513f5ec to
9694667
Compare
9694667 to
a111895
Compare
5158b40 to
e3c7249
Compare
|
I'm not sure if this is worthwhile or not. It's showing a small speedup on semantic benchmarks, and +1% on mangler. It looks like the biggest benefit is in sorting slices of Godbolt shows fast path for indexing into an |
40ea7e0 to
4d4a502
Compare
e3c7249 to
f6c0e25
Compare

Replace nonmax dependency with our own
NonMaxU32type, introduced in #9883.