Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use strcasecmp over strtoupper #15

Open
wants to merge 2 commits into
base: html-api/add-text-decoder
Choose a base branch
from

Conversation

sirreal
Copy link
Collaborator

@sirreal sirreal commented May 29, 2024

See https://github.com/WordPress/wordpress-develop/pull/6387/files#r1618846517 and WordPress#5373 (comment).

There's reason to believe that strcasecmp( $s[ $index ], $t[ $index ] ) is more performant than string transformations strtoupper( $s[ $index ] ) === strtoupper( $t[ $index ] ). Let's use that.


This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.

Copy link

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Core Committers: Use this line as a base for the props when committing in SVN:

Props jonsurrell.

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant