Config.php optimization avoid quadratic complexity with hashmap aka array in PHP ;) XD#3972
Closed
LLyaudet wants to merge 1 commit into
Closed
Config.php optimization avoid quadratic complexity with hashmap aka array in PHP ;) XD#3972LLyaudet wants to merge 1 commit into
LLyaudet wants to merge 1 commit into
Conversation
Contributor
|
Please don't open PRs in this repo anymore. This repo is abandoned and https://github.com/PHPCSStandards/PHP_CodeSniffer is its successor. See: #3932 |
Author
|
Very strange. I was certain to be on the new repository when browsing code and found this. Probably yet another rewriting of what I do. I will check if the same optimization is possible on the other repository. |
Author
|
Another question: May I ask why there are still 52 PRs open on this repository then? |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
I want to avoid quadratic complexity and nested loops.
Suggested changelog entry
Asymptotic complexity optimization on standards loops.
Related issues/external references
Fixes #
Types of changes
PR checklist
package.xmlfile.