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

Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function #133

Conversation

WyriHaximus
Copy link
Member

Just as previous PR's like reactphp/socket#183 and reactphp/stream#137 this prefixes all global functions and constants with a \ to gain a small performance boost

… skip the look up and resolve process and go straight to the global function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants