Skip to content

perf: optimize ClassAliasAutoloader using contains()#191

Closed
Ayoub-Mabrouk wants to merge 1 commit intolaravel:2.xfrom
Ayoub-Mabrouk:optimize/class-alias-autoloader
Closed

perf: optimize ClassAliasAutoloader using contains()#191
Ayoub-Mabrouk wants to merge 1 commit intolaravel:2.xfrom
Ayoub-Mabrouk:optimize/class-alias-autoloader

Conversation

@Ayoub-Mabrouk
Copy link
Contributor

Replace filter()->isEmpty() with contains() for better performance. The contains() method short-circuits on first match and doesn't create new Collection objects, improving time complexity from O(n) to O(k) where k is the match position.

Replace filter()->isEmpty() with contains() for better performance. The contains() method short-circuits on first match and doesn't create new Collection objects, improving time complexity from O(n) to O(k) where k is the match position.
@taylorotwell
Copy link
Member

Thanks for your pull request to Laravel!

Unfortunately, I'm going to delay merging this code for now. To preserve our ability to adequately maintain the framework, we need to be very careful regarding the amount of code we include.

If applicable, please consider releasing your code as a package so that the community can still take advantage of your contributions!

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.

3 participants