-
-
Notifications
You must be signed in to change notification settings - Fork 496
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
perf(linter): use NonZeroUsize for pending module cache entries (#6439)
Using `NonZeroUsize` lets `rustc` detect a niche value, shrinking the size of `CacheStateEntry` from 16 bytes to 8. It has the added benefit of making `CacheStateEntry::PendingStore`'s purpose clearer.
- oxlint_v0.15.8
- oxlint_v0.15.7
- oxlint_v0.15.6
- oxlint_v0.15.5
- oxlint_v0.15.4
- oxlint_v0.15.3
- oxlint_v0.15.2
- oxlint_v0.15.1
- oxlint_v0.15.0
- oxlint_v0.14.1
- oxlint_v0.14.0
- oxlint_v0.13.2
- oxlint_v0.13.1
- oxlint_v0.13.0
- oxlint_v0.12.0
- oxlint_v0.11.1
- oxlint_v0.11.0
- oxlint_v0.10.3
- oxlint_v0.10.2
- oxlint_v0.10.1
- oxlint_v0.10.0
- crates_v0.48.1
- crates_v0.48.0
- crates_v0.47.1
- crates_v0.47.0
- crates_v0.46.0
- crates_v0.45.0
- crates_v0.44.0
- crates_v0.43.0
- crates_v0.42.0
- crates_v0.41.0
- crates_v0.40.1
- crates_v0.40.0
- crates_v0.39.0
- crates_v0.38.0
- crates_v0.37.0
- crates_v0.36.0
- crates_v0.35.0
- crates_v0.34.0
- crates_v0.33.0
- crates_v0.32.0
Showing
1 changed file
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters