Skip to content

Commit

Permalink
Feedback: nzakas
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 20, 2024
1 parent 8536d68 commit 63b48f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion designs/2024-report-unused-inline-configs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ No new warnings or errors will be reported in the current major version without
## Performance Analysis

This RFC believes there will be no nontrivial performance impact from this change.
All rule lookups from inline comments are O(1) compared to the existing computed rules for a file.
All rule lookups from inline configs are O(1) compared to the existing computed rules for a file.
It's rare in userland code to have more than a single digit number of inline configs in any file.

## Out of Scope

Expand Down

0 comments on commit 63b48f2

Please sign in to comment.