Skip to content

Commit

Permalink
Auto merge of #119001 - notriddle:notriddle/searchwords, r=GuillaumeG…
Browse files Browse the repository at this point in the history
…omez

rustdoc-search: remove parallel searchWords array

This might have made sense if the algorithm could use `searchWords` to skip having to look at `searchIndex`, but since it always does a substring check on both the stock word and the normalizedName, it doesn't seem to help performance anyway.

Profile: http://notriddle.com/rustdoc-html-demo-8/searchwords/index.html
  • Loading branch information
bors committed Dec 17, 2023
2 parents 2d0ba36 + 9f77ffe commit 6d53234
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 6d53234

Please sign in to comment.